From e0bcd1ecebc2c13a031aa27d10ae7dfed5cdaef7 Mon Sep 17 00:00:00 2001 From: Jefry Lagrange Date: Wed, 14 Mar 2012 23:37:32 -0400 Subject: [PATCH] [Matthew Wild] fix stream management error handling. Fixes #7091 --- src/common/xmpp/smacks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/xmpp/smacks.py b/src/common/xmpp/smacks.py index e59b5d1b8..a4429e51b 100644 --- a/src/common/xmpp/smacks.py +++ b/src/common/xmpp/smacks.py @@ -114,6 +114,7 @@ class Smacks(): # Ask for service discovery, etc.. if stanza.getTag('item-not-found'): self.resuming = False + self.enabled = False # we need to bind a resource self._owner.NonBlockingBind.resuming = False self._owner._on_auth_bind(None)