summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza/stream_error.py
AgeCommit message (Collapse)Author
2012-06-19Fix assigning values to error stanzas.Lance Stout
The new data interfaces were deleting the actual error conditions if they were set afterward with falsy data.
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-18Add support for error conditions that include data.Lance Stout
2012-02-18More import cleanup based on pyflakes.Lance Stout
2011-01-27Make StreamError work properly.Lance Stout
Now uses the correct namespaces and condition names.
2011-01-16Add StreamError stanza and a stream_error event.Lance Stout
Note that the stream may automatically attempt to reconnect when a stream error is received.