diff --git a/src/common/zeroconf/connection_zeroconf.py b/src/common/zeroconf/connection_zeroconf.py index 35703cfa0..8d7b56d7b 100644 --- a/src/common/zeroconf/connection_zeroconf.py +++ b/src/common/zeroconf/connection_zeroconf.py @@ -132,8 +132,8 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf): self.time_to_reconnect = None gajim.log.debug('reconnect') - signed = self.get_signed_msg(self.status) - self.reconnect() +# signed = self.get_signed_msg(self.status) + self.connect(self.old_show, self.status) def quit(self, kill_core): if kill_core and self.connected > 1: