changeset fbed9bf7aea4 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=fbed9bf7aea4
description: [Matthew Wild] fix stream management error handling. Fixes #7091
diffstat:
src/common/xmpp/smacks.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 75094d353cc4 -r fbed9bf7aea4 src/common/xmpp/smacks.py
--- a/src/common/xmpp/smacks.py Tue Mar 13 17:30:48 2012 +0100
+++ b/src/common/xmpp/smacks.py Wed Mar 14 23:37:32 2012 -0400
@@ -114,6 +114,7 @@
# 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)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits