jbinkleyj / cellbots

Automatically exported from code.google.com/p/cellbots
0 stars 0 forks source link

Quit function is not closing the XMPP connection #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to add a command to close the XMPP connection after taking the quite 
command.

Steps:
1. Start cellbot.py with XMPP commands
2. Send 'q'
3. Get message that it is quitting.

It won't take any further commands but the robot user still shows online. 
Need to close the XMPP conection before closing the Python program.

Note: hitting the back button in ASE will kill it.

Original issue reported on code.google.com by rhickman on 4 Apr 2010 at 11:10

GoogleCodeExporter commented 9 years ago
This was fixed a while back.

Original comment by rhickman on 19 Sep 2010 at 3:55