changeset f31c4dd57084 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=f31c4dd57084
description: don't remove keepalive and xmpp ping timeouts when we get an
expected stanza.
diffstat:
src/common/xmpp/dispatcher_nb.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diffs (14 lines):
diff -r d4314c43a512 -r f31c4dd57084 src/common/xmpp/dispatcher_nb.py
--- a/src/common/xmpp/dispatcher_nb.py Thu Feb 25 15:33:27 2010 +0100
+++ b/src/common/xmpp/dispatcher_nb.py Thu Feb 25 22:56:38 2010 +0100
@@ -469,10 +469,6 @@
# we have released dispatcher, so self._owner has no methods
if not res:
return
- if 'remove_timeout' in self._owner.__dict__:
- # When we receive data after we started disconnecting, Transport
may
- # already be plugged out
- self._owner.remove_timeout()
for (_id, _iq) in self._expected.items():
if _iq is None:
# If the expected Stanza would have arrived, ProcessNonBlocking
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits