[jdev] Firefox plugin for bookmarks through XMPP

2008-12-13 Thread Jehan
Hi, I have begun a small plugin for Firefox which enables to store one's bookmarks on pubsub nodes (XEP-0048): https://addons.mozilla.org/en-US/firefox/addon/9970 Note that it requires the library xmpp4moz (which is also a Fx plugin) to work. Currently the plugin works if you have an account

Re: [jdev] Firefox plugin for bookmarks through XMPP

2008-12-13 Thread Norman Rasmussen
On Sat, Dec 13, 2008 at 9:09 PM, Jehan jehan.3kd...@no-mx.jabberforum.orgwrote: And finally there is only one problem with this plugin. Because of a bug in xmpp4moz apparently (I reported and wait for developpers' validation/fix or a solution), on connection a presence stanza is sent. I send

Re: [jdev] Firefox plugin for bookmarks through XMPP

2008-12-13 Thread Jehan
Hi, Norman Rasmussen;5588 Wrote: Can you not delegate connecting to the server via Sameplace? That way either the user configures the resource to -1 to not receive messages, or to a positive value, and expects to receive messages - which Sameplace can then display. -- - Norman