[JDEV] Jabberbeans, xdb_java and incomplete packets --
Gang Liu
jabber at 21vista.com
Thu Nov 29 00:36:16 CST 2001
Hi,
I have modified jabberd to output IQAuth to work around this.
regards,
--
Gang Liu
----- Original Message -----
From: Scott Honey
To: jdev at jabber.org
Sent: Thursday, November 29, 2001 1:41 PM
Subject: [JDEV] Jabberbeans, xdb_java and incomplete packets --
Hey everyone,
I'm currently working with xdb_java (see sourceforge.net for downloads), and I've come accross an odd bug. When the server sends an XDB packet that includes a password, the xdb_java server never receives it. IQAuthZeroK seems to work, however.
I believe this is not a jabberd problem because when I run xdb_file remotely, everything comes out fine.
Here's a bit of log...
written by main server
Thu Nov 29 00:17:19 2001 mio.c:268 write_dump writing data: <xdb type='set' to='jim1 at host' from='sessions' ns='jabber:iq:auth' id='3'><password xmlns='jabber:iq:auth'>JIM1</password></xdb>
received by xdb_java
<xdb to="jim1 at host" from="sessions" id="3" type="set" ns="jabber:iq:auth"><query xmlns="jabber:iq:auth"></query></xdb>
sent by xdb_java
<xdb to="sessions" from="jim1 at host" id="3" type="result" ns="jabber:iq:auth"></xdb>
received by main server.
Thu Nov 29 00:17:19 2001 mio.c:698 MIO read from socket 14: <xdb to="sessions" from="jim1 at host" id="3" type="result" ns="jabber:iq:auth"></xdb>
I've been going mad trying to figure out why this isn't working properly -- I'd really appreaciate some help.
Thanks,
Scott Honey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20011129/c3cbef7e/attachment-0002.htm>
More information about the JDev
mailing list