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

revert [10494]. see #4388

parent 7b2cff65
No related branches found
No related tags found
No related merge requests found
......@@ -945,6 +945,7 @@ class Connection(ConnectionHandlers):
self.connection = con
if not self.connection:
return
self.connection.set_send_timeout(self.keepalives, self.sendPing)
self.connection.onreceive(None)
iq = common.xmpp.Iq('get', common.xmpp.NS_PRIVACY, xmlns = '')
id = self.connection.getAnID()
......
......@@ -2313,7 +2313,6 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
self.discoverInfo(jid)
self.dispatch('ROSTER', roster)
self.connection.set_send_timeout(self.keepalives, self.sendPing)
def _send_first_presence(self, signed = ''):
show = self.continue_connect_info[0]
......
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