[Matthew Wild] fix stream management error handling. Fixes #7091
This commit is contained in:
parent
2a1f9d2abb
commit
e0bcd1eceb
|
@ -114,6 +114,7 @@ class Smacks():
|
||||||
# Ask for service discovery, etc..
|
# Ask for service discovery, etc..
|
||||||
if stanza.getTag('item-not-found'):
|
if stanza.getTag('item-not-found'):
|
||||||
self.resuming = False
|
self.resuming = False
|
||||||
|
self.enabled = False
|
||||||
# we need to bind a resource
|
# we need to bind a resource
|
||||||
self._owner.NonBlockingBind.resuming = False
|
self._owner.NonBlockingBind.resuming = False
|
||||||
self._owner._on_auth_bind(None)
|
self._owner._on_auth_bind(None)
|
||||||
|
|
Loading…
Reference in New Issue