[JDEV] Client writable server data
Thomas Muldowney
temas at box5.net
Sun Dec 2 19:54:19 CST 2001
Public XML data storage is possible here is an example:
<iq type='set' id='public_set_3' to='user at 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
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
--
Thomas Muldowney
email/jabber: temas at jabber.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://mail.jabber.org/pipermail/jdev/attachments/20011202/cc48db2a/attachment-0002.pgp>
More information about the JDev
mailing list