Hi,

I have a bot running as a client on the Jabber 1.4 server 
(with the conference.0.4.1 module installed).  The bot is a 
Java app connected to the server via 
JabberBeans-0.9.0-pre4.  

The first time the bot gets a message, it gets kicked off 
of the groupchat.  Kind of looks like the socket gets 
closed when the groupchart server tries to deliver the 
message, although the message does apparently get through.

Could this be bad jabber karma?

I'm attaching a whittled-down snippet of the jabberd debug 
output. TIA

=Bill

User "bob" has posted the message "mxyzptlk" to the "room_10" conference.  
User "expertq" gets the message and then seems to close the socket. 

Thu Jun 21 13:48:22 2001  deliver.c:460 DELIVER 4:c2s <route 
from='[EMAIL PROTECTED]/8222E78' to='13@c2s/8241268'><message 
to='[EMAIL PROTECTED]/xqBot' id='5' type='groupchat' 
from='[EMAIL PROTECTED]/bob' 
cnu=''><body>mxyzptlk</body></message></route>
Thu Jun 21 13:48:22 2001  deliver.c:649 delivering to instance 'c2s'
Thu Jun 21 13:48:22 2001  client.c:148 C2S: [EMAIL PROTECTED]/8222E78 has an active 
session, delivering packet
Thu Jun 21 13:48:22 2001  client.c:202 Writing packet to MIO: <message 
to='[EMAIL PROTECTED]/xqBot' id='5' type='groupchat' 
from='[EMAIL PROTECTED]/bob' cnu=''><body>mxyzptlk</body></message>
Thu Jun 21 13:48:22 2001  mio.c:908 mio_write called on x: 825DFB8 buffer: (null)
Thu Jun 21 13:48:22 2001  mtq 8166E50 queue call 8154380
Thu Jun 21 13:48:22 2001  sessions.c:288 THREAD:SESSION:TO received data from 
[EMAIL PROTECTED]/bob!
Thu Jun 21 13:48:22 2001  modules.c:124 mapi_call 0
Thu Jun 21 13:48:22 2001  modules.c:163 mapi_call returning unhandled
Thu Jun 21 13:48:22 2001  deliver.c:460 DELIVER 4:c2s <route 
from='[EMAIL PROTECTED]/8240A38' to='14@c2s/8236F60'><message to='[EMAIL PROTECTED]/chevy' 
id='5' type='groupchat' from='[EMAIL PROTECTED]/bob' 
cnu=''><body>mxyzptlk</body></message></route>
Thu Jun 21 13:48:22 2001  deliver.c:649 delivering to instance 'c2s'
Thu Jun 21 13:48:22 2001  client.c:148 C2S: [EMAIL PROTECTED]/8240A38 has an active 
session, delivering packet
Thu Jun 21 13:48:22 2001  client.c:202 Writing packet to MIO: <message 
to='[EMAIL PROTECTED]/chevy' id='5' type='groupchat' 
from='[EMAIL PROTECTED]/bob' cnu=''><body>mxyzptlk</body></message>
Thu Jun 21 13:48:22 2001  mio.c:908 mio_write called on x: 823F5E8 buffer: (null)
Thu Jun 21 13:48:22 2001  mtq 8166E50 leaving to pth
Thu Jun 21 13:48:22 2001  mio.c:268 write_dump writing data: <message 
to='[EMAIL PROTECTED]/xqBot' id='5' type='groupchat' 
from='[EMAIL PROTECTED]/bob' cnu=''><body>mxyzptlk</body></message>
Thu Jun 21 13:48:22 2001  mio.c:268 write_dump writing data: <message 
to='[EMAIL PROTECTED]/chevy' id='5' type='groupchat' 
from='[EMAIL PROTECTED]/bob' cnu=''><body>mxyzptlk</body></message>
Thu Jun 21 13:48:22 2001  client.c:243 pthsock_client_read called with: m:8241268 
flag:4 arg:825F038
Thu Jun 21 13:48:22 2001  client.c:248 io_select Socket 13 close notification
Thu Jun 21 13:48:22 2001  deliver.c:460 DELIVER 4:expertq.com <route type='error' 
to='[EMAIL PROTECTED]/8222E78' from='13@c2s/8241268'/>
Thu Jun 21 13:48:22 2001  deliver.c:649 delivering to instance 'sessions'
Thu Jun 21 13:48:22 2001  deliver.c:83 (80D4178)incoming packet <route type='error' 
to='[EMAIL PROTECTED]/8222E78' from='13@c2s/8241268'/>
Thu Jun 21 13:48:22 2001  users.c:137 js_user([EMAIL PROTECTED],81554E0)
Thu Jun 21 13:48:22 2001  sessions.c:148 end 136457848 'Disconnected'
Thu Jun 21 13:48:22 2001  mio.c:354 freed MIO socket
Thu Jun 21 13:48:22 2001  mtq 8166E50 entering from pth
Thu Jun 21 13:48:23 2001  mtq 8166E50 queue call 8222E78
Thu Jun 21 13:48:23 2001  sessions.c:318 THREAD:SESSION exiting

Reply via email to