What steps will reproduce the problem?
1. Joining a groupchat
What is the expected output?
Join a groupchat when bot owner issues a !join command. What do you see
instead? Bot is present then immediately disconnects.
What version of the product are you using?
Current SVN from gh0st-dev branch.
On what operating system?
Centos 5.2 Python 2.4.3
Please provide any additional information below.
DEBUG: socket error Socket error while sending data
Traceback (most recent call last):
File "modules/xmpp/transports.py", line 178, in send
self._send(raw_data)
error: (32, 'Broken pipe')
DEBUG: client stop Disconnect detected
DISCONNECTED
DEBUG: roster ok Setting roster item
istest@conference.chatter.domain.jw.local for resource neutron...
DEBUG: socket error Socket error while receiving data
Traceback (most recent call last):
File "modules/xmpp/transports.py", line 146, in receive
try: received = self._recv(BUFLEN)
sslerror: (6, 'TLS/SSL connection has been closed')
DEBUG: client stop Disconnect detected
DEBUG: socket error Socket operation failed
Traceback (most recent call last):
File "modules/xmpp/transports.py", line 146, in receive
try: received = self._recv(BUFLEN)
sslerror: (6, 'TLS/SSL connection has been closed')
DISCONNECTED
What version of Python is being used to develop this bot?
Thanks.
Original issue reported on code.google.com by clwat...@gmail.com on 8 Oct 2008 at 5:01
Original issue reported on code.google.com by
clwat...@gmail.com
on 8 Oct 2008 at 5:01