[JDEV] Client writable server data
Brian Brown
bbrown at icce-t.com
Mon Dec 3 13:55:16 CST 2001
--On Sunday, December 02, 2001 07:54:19 PM -0600 Thomas Muldowney
<temas at box5.net> wrote:
> 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?
>
I think that's part of what I'm trying to figure out. I am already using
the feature you show above; what I'm after is writing to somewhere on the
server that is not tied a specific user, so I can store server wide info
that needs to be updated from specific clients. I found a reference to
using alternate namespaces in the xdb config... I just haven't tested that
yet to see if it would work.
>
> --temas
>
Any other thoughts?
Brian
More information about the JDev
mailing list