[kopete-bugs] [Bug 198789] Kopete disconnects after several xmpp ping messages from jabber server

Stephan Krause s_kraste at geord.net
Fri Mar 18 17:08:41 CET 2011


https://bugs.kde.org/show_bug.cgi?id=198789





--- Comment #85 from Stephan Krause <s_kraste geord net>  2011-03-18 17:08:37 ---
(I'm the submitter of the patch) Well, the patch is pretty straightforward, and
the bug is pretty obvious: Instead of checking if the time between the last
send data is bigger than the threshold, the code currently checks the time
difference between the last received ack and the last send data (which is not
meaningful). Also, due to the inaccuracy of the timestamps, on a fast network
the ack can happen the same time as send data. The patch fixes both issues
(which is also confirmed by several comments), and breaks nothing, so I don't
see a reason not to commit the patch.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list