SleekXMPP/sleekxmpp/xmlstream
2010-06-28 11:10:34 -04:00
..
handler fixed some major reconnection errors 2010-06-01 22:51:49 -04:00
matcher changed license to MIT 2010-03-26 14:32:16 -07:00
tostring fixed setup.py issue with unicode in 3.x 2010-01-29 23:57:57 -08:00
tostring26 fixed setup.py issue with unicode in 3.x 2010-01-29 23:57:57 -08:00
__init__.py moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
filesocket.py changed license to MIT 2010-03-26 14:32:16 -07:00
scheduler.py make the scheduler a daemon thread to prevent hanging when the main thread exits. 2010-06-28 11:04:18 -04:00
stanzabase.py Scheduler waits too longer, and pubsubstate registration was backwards 2010-06-01 22:07:53 +08:00
statemachine.py fixed mis-named variable, doc typo and using conformant Condition methods. 2010-06-08 09:02:51 -04:00
test.py moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
test.xml moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
testclient.py moved seesmic branch to trunk 2009-06-03 22:56:51 +00:00
xmlstream.py race condition where we were transitioning to 'disconnected' and immediately reconnecting in another thread before the socket.close call occurred. Now we're locking the state machine until the disconnect routine completes. 2010-06-28 11:06:26 -04:00