slixmpp/sleekxmpp/xmlstream
Lance Stout 78141fe5f3 Fixed dealing with deleting handlers.
The call to .index() may raise a ValueError if the item is not in the
list. So both the .index() and .pop() calls should be in the try block.
2010-10-07 09:17:28 -04:00
..
handler Moved ClientXMPP to clientxmpp.py. 2010-10-06 14:20:32 -04:00
matcher More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
tostring Fixed tostring bug when using mapped namespaces. 2010-10-01 12:41:35 -04:00
__init__.py More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
filesocket.py Fixed line spacing in filesocket.py to please pep8. 2010-09-01 14:25:30 -04:00
jid.py added form compatibility with old api, stanzas now bool() to True on 2.x, jid attributes will return '' if not set 2010-08-21 22:48:43 +00:00
scheduler.py Cleaned up the Scheduler. 2010-10-06 15:03:21 -04:00
stanzabase.py More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
statemachine.py Updated license notices to use the correct MIT format. Also corrected references to nonexistant license.txt to LICENSE. 2010-07-20 11:19:49 -04:00
statemanager.py Add StateManager as replacement for StateMachine. 2010-07-26 19:44:42 -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 Fixed dealing with deleting handlers. 2010-10-07 09:17:28 -04:00