On Fri, Aug 24, 2007 at 05:21:12PM +1000, Devraj Mukherjee wrote: > Hi everyone, > > I am trying to get my head around the XMPP protocol so please excuse > any newbie syndrome in this email. > > I assume that Jabber servers stores a certain amount of information > about the user (such as Buddy list, name of user, etc) on the Jabber > server they are subscribed to. Our application would ideally like to > store some extended preferences (related to our application) on the > Jabber server. > > Is it possible to store additional information for a user profile on > Jabber servers? Do I need to extend the server (plugins, etc) to do > this or does a Jabber server allow this by nature? > > Thanks for your time.
Search in the XEP list for 'private xml storage', that protocol allows you to store arbitrary (by XMPP restricted) XML on the server. And most servers support that protocol these days. This would be the URL you are looking for: http://www.xmpp.org/extensions/xep-0049.html Unfortunately www.xmpp.org doesn't resolve for me yet, and you also might find the google cache useful: http://209.85.135.104/search?q=cache:Wt62jWnRYFgJ:www.xmpp.org/extensions/xep-0049.html+private+xml+storage&hl=de&gl=de&strip=1 Robin
