Skip to content
Snippets Groups Projects
Commit 2a242bf3 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

revert 515744029d22, there is no timeout for <r> requests, so we never check...

revert 515744029d22, there is no timeout for <r> requests, so we never check if we have the result. see #7090
parent 39af536a
No related branches found
No related tags found
No related merge requests found
......@@ -1616,8 +1616,7 @@ class Connection(CommonConnection, ConnectionHandlers):
if not gajim.account_is_connected(self.name):
return
self.connection.set_send_timeout(self.keepalives, self.send_keepalive)
self.connection.set_send_timeout2(self.pingalives,
self.sm.enabled and self.sm.request_ack or self.sendPing)
self.connection.set_send_timeout2(self.pingalives, self.sendPing)
self.connection.onreceive(None)
self.privacy_rules_requested = False
......
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