Public XML data storage is possible here is an example:
<iq type='set' id='public_set_3' to='user@server'>
<query xmlns='my_namespace'>
<data/>
</query>
</iq>The few restrictions are that you can not use a jabber: namespace they are reserverd by the system. The other main thing is to make sure you are sending to the user. Another thought, are you doing something that should be a component rather than a user? --temas On Fri, Nov 30, 2001 at 04:49:15PM -0700, Brian Brown wrote: > Greetings! > > First of all, please let me know if this is the wrong list for this kind of > topic. I'll gladly post to a different one if appropriate. > > I am using Jabber as the messaging backbone for an application, but not as > a chat application, so I'm embedding my own namespaces in the messages and > parsing those out on my clients. > > There is some system wide configuration information that I would like to > store on the Jabber server itself somehow, rather than creating another > presence (client) for that purpose. > > I've tried using the jabber:iq:set, and the server as the to="", but it > always fails with a 405 error. Is there any way to set the server Public > data and create new namespaces in it? Or do I have to write a server module > to anything of this sort? > > > Any ideas? > > thanks! > > Brian Brown > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev -- Thomas Muldowney email/jabber: [EMAIL PROTECTED]
msg03467/pgp00000.pgp
Description: PGP signature
