diff --git a/src/common/connection.py b/src/common/connection.py index 0d0a3da73..fc86951e2 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1618,7 +1618,7 @@ class Connection(ConnectionHandlers): def check_keepalive(self): if self.awaiting_xmpp_ping_id: # We haven't got the pong in time, disco and reconnect - self.disconnect() + self._disconnectedReconnCB() def _reconnect_alarm(self): if self.time_to_reconnect: