Add StreamError stanza and a stream_error event.

Note that the stream may automatically attempt to
reconnect when a stream error is received.
This commit is contained in:
Lance Stout
2011-01-16 13:22:52 -05:00
parent cb85d4a529
commit 2004ddd678
4 changed files with 72 additions and 5 deletions

View File

@@ -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