diff options
-rw-r--r-- | poezio/connection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/connection.py b/poezio/connection.py index b20b92dc..45667ab7 100644 --- a/poezio/connection.py +++ b/poezio/connection.py @@ -81,7 +81,6 @@ class Connection(slixmpp.ClientXMPP): self.core = None self.auto_reconnect = config.get('auto_reconnect') - self.reconnect_max_attempts = 0 self.auto_authorize = None # prosody defaults, lowest is AES128-SHA, it should be a minimum # for anything that came out after 2002 |