SleekXMPP/sleekxmpp
Lance Stout d8d9e8df16 Fix stanza clobbering when replying to errors.
If a stanza handler raised an exception, the exception was processed
and replied by the modified stanza, not a stanza with the original
content.

A copy is now made before handler processing, and if an exception occurs
it is the copy that processes the exception using the original content.
2011-06-20 16:25:56 -07:00
..
plugins old xep_0050 plugin is now loadable 2011-06-10 04:14:01 +00:00
stanza Fix stanza clobbering when replying to errors. 2011-06-20 16:25:56 -07:00
test Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
thirdparty Fix thirdparty imports for Python3 2011-01-19 17:49:39 -05:00
xmlstream Fix stanza clobbering when replying to errors. 2011-06-20 16:25:56 -07:00
__init__.py Add version info. 2011-04-08 16:39:39 -04:00
basexmpp.py Fix another roster issue. 2011-06-15 10:55:36 -07:00
clientxmpp.py Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
componentxmpp.py Send component handshake immediately. 2011-06-08 10:00:01 -07:00
exceptions.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00