SleekXMPP/sleekxmpp/xmlstream
Lance Stout 253de8518c Modified xmlstream.py to pass a clean stanza object to each stream handler.
The previous version passed the same stanza object to each registered handler,
which can cause issues when the stanza object is modified by one handler. The next
handler receives the stanza with the modifications, not the original stanza.
2010-06-03 22:56:57 -04:00
..
handler changed license to MIT 2010-03-26 14:32:16 -07: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 Scheduler waits too longer, and pubsubstate registration was backwards 2010-05-31 03:36:25 -07:00
stanzabase.py Scheduler waits too longer, and pubsubstate registration was backwards 2010-05-31 03:36:25 -07:00
statemachine.py changed license to MIT 2010-03-26 14:32:16 -07: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 Modified xmlstream.py to pass a clean stanza object to each stream handler. 2010-06-03 22:56:57 -04:00