SleekXMPP/sleekxmpp
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
..
plugins Return result of iq.send() for disco requests. Events are still triggered, but now the caller can determine if there was a timeout. 2010-06-02 15:59:10 -04:00
stanza Added missing 'internal-server-error' condition to error stanza interface. 2010-05-31 05:30:50 +08:00
tests fixed pubsub test 2009-06-12 19:27:29 +00:00
xmlstream Modified xmlstream.py to pass a clean stanza object to each stream handler. 2010-06-03 22:56:57 -04:00
__init__.py hack fix for session before bind 2010-06-01 21:44:54 -07:00
basexmpp.py Make sure that the id parameter used in xmpp.makeIq is converted to a string. 2010-06-01 10:52:37 -04:00
component_example.py brought components over to python 3.x 2009-08-31 23:02:19 +00:00
componentxmpp.py updated README, index fix for component 2010-05-24 19:33:24 -07:00
exceptions.py changed license to MIT 2010-03-26 14:32:16 -07:00