<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hey everyone,
<p>&nbsp;&nbsp;&nbsp; I'm currently working with xdb_java (see sourceforge.net
for downloads), and I've come accross an odd bug.&nbsp; When the server
sends an XDB packet that includes a password, the xdb_java server never
receives it.&nbsp; IQAuthZeroK seems to work, however.
<p>I believe this is not a jabberd problem because when I run xdb_file
remotely, everything comes out fine.
<p>Here's a bit of log...
<p>written by main server
<br>Thu Nov 29 00:17:19 2001&nbsp; mio.c:268 write_dump writing data: &lt;xdb
type='set' to='jim1@host' from='sessions' ns='jabber:iq:auth' id='3'><font color="#FF0000">&lt;password
xmlns='jabber:iq:auth'>JIM1&lt;/password></font>&lt;/xdb>
<p>received by xdb_java
<br>&lt;xdb to="jim1@host" from="sessions" id="3" type="set" ns="jabber:iq:auth">&lt;query
xmlns="jabber:iq:auth">&lt;/query>&lt;/xdb>
<p>sent by xdb_java
<br>&lt;xdb to="sessions" from="jim1@host" id="3" type="result" ns="jabber:iq:auth">&lt;/xdb>
<p>received by main server.
<br>Thu Nov 29 00:17:19 2001&nbsp; mio.c:698 MIO read from socket 14: &lt;xdb
to="sessions" from="jim1@host" id="3" type="result" ns="jabber:iq:auth">&lt;/xdb>
<p>I've been going mad trying to figure out why this isn't working properly
-- I'd really appreaciate some help.
<p>Thanks,
<p>Scott Honey
<br>&nbsp;</html>