From 2004ddd678fae9af590db2065478d2592bc2530b Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 16 Jan 2011 13:22:52 -0500 Subject: Add StreamError stanza and a stream_error event. Note that the stream may automatically attempt to reconnect when a stream error is received. --- sleekxmpp/stanza/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/stanza/__init__.py') 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 -- cgit v1.2.3