diff options
author | Lance Stout <lancestout@gmail.com> | 2011-01-16 13:22:52 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-01-16 13:22:52 -0500 |
commit | 2004ddd678fae9af590db2065478d2592bc2530b (patch) | |
tree | 175b9f92ad6d4fbdaa8d87e7da6fd274a7de6538 /sleekxmpp/stanza/__init__.py | |
parent | cb85d4a5297b0eb6cc24052321b38f9f29f62004 (diff) | |
download | slixmpp-2004ddd678fae9af590db2065478d2592bc2530b.tar.gz slixmpp-2004ddd678fae9af590db2065478d2592bc2530b.tar.bz2 slixmpp-2004ddd678fae9af590db2065478d2592bc2530b.tar.xz slixmpp-2004ddd678fae9af590db2065478d2592bc2530b.zip |
Add StreamError stanza and a stream_error event.
Note that the stream may automatically attempt to
reconnect when a stream error is received.
Diffstat (limited to 'sleekxmpp/stanza/__init__.py')
-rw-r--r-- | sleekxmpp/stanza/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/stanza/__init__.py b/sleekxmpp/stanza/__init__.py index 8302c43d..dbf7b86f 100644 --- a/sleekxmpp/stanza/__init__.py +++ b/sleekxmpp/stanza/__init__.py @@ -8,6 +8,7 @@ from sleekxmpp.stanza.error import Error +from sleekxmpp.stanza.stream_error import StreamError from sleekxmpp.stanza.iq import Iq from sleekxmpp.stanza.message import Message from sleekxmpp.stanza.presence import Presence |