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:
authorPhilipp Hörist <philipp@hoerist.com>2018-10-05 21:30:03 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-10-05 21:30:03 +0300
commit1a673eb718a475c2d50745e61264f28ce212cfca (patch)
tree15aa58d4679abaab929ec211b5e253d4594e4431
parent49deb63e0288b6759531c2bfad8a1f27ff5c42ae (diff)
Issue event when sm resume fails
-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