Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nbxmpp/smacks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/smacks.py b/nbxmpp/smacks.py
index 1f3de69..8851469 100644
--- a/nbxmpp/smacks.py
+++ b/nbxmpp/smacks.py
@@ -191,6 +191,7 @@ class Smacks(object):
self.enabled = False
# we need to bind a resource
self._owner.NonBlockingBind.resuming = False
+ self._owner.Dispatcher.Event(NS_STREAM_MGMT, 'RESUME FAILED', None)
self._owner._on_auth_bind(None)
self.failed_resume = True