From 1a673eb718a475c2d50745e61264f28ce212cfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 5 Oct 2018 20:30:03 +0200 Subject: Issue event when sm resume fails --- nbxmpp/smacks.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3