[JDEV] XDB Packet Explanation
David Waite
dwaite at jabber.com
Tue Mar 13 18:48:14 CST 2001
The XDB element changed between 1.2 and 1.4, I have been mapping
JabberBeans onto this new element.
Try downloading the latest snapshot from
http://jabberbeans.org/downloads. It will correct the problem of the
'ns' attribute being ignored.
-David Waite
Matt Diez wrote:
>
>
> I'm attempting to write an XDB backend in Java, and, apparently
> there is no current XDB message spec, so I'll have to beg JDEV
> for their knowledge here.
>
> Alright, when a user first logs attempts to authenticate/login,
> XDB receives the following packet.
>
> <xdb to="user at host" from="sessions" id="10" type="get"></xdb>
>
> What module is triggering this, and what response is it expecting?
>
> The following packets have appeared, and I'm curious as to
> what module is triggering them as well.
>
> <xdb to="user at host" from="sessions" id="11" type="set"><query
> xmlns="jabber:iq:last" last="984527254">Registered</query></xdb>
>
> <xdb to="user at host" from="sessions" id="12" type="set"><query
> xmlns="jabber:iq:auth"></query></xdb>
>
> Can anyone tell me what server responses these are expecting, based
> on the actual format of the XML.
>
> Matthew D. Diez
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20010313/e1f96754/attachment-0002.htm>
More information about the JDev
mailing list