[JDEV] XDB Packet Explanation

Matt Diez matt at vedalabs.com
Tue Mar 13 18:16:13 CST 2001


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/a6d26ecc/attachment-0002.htm>


More information about the JDev mailing list