changeset a607fd83d68d in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=a607fd83d68d
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 c5b2c627725b -r a607fd83d68d 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
@@ -462,10 +462,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