Skip to content
Snippets Groups Projects
Commit 12e4cd03 authored by zimio's avatar zimio
Browse files

[Matthew Wild] fix stream management error handling. Fixes #7091

parent 2646ab19
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment