summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-08-27 16:20:01 +0200
committermathieui <mathieui@mathieui.net>2017-08-27 16:20:01 +0200
commit0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0 (patch)
tree75a5307e3f2bc371192f53743b55367b68cfff2c /poezio
parentc57bbe256eeb3ac661de6837d6ffff791df7e125 (diff)
downloadpoezio-0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0.tar.gz
poezio-0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0.tar.bz2
poezio-0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0.tar.xz
poezio-0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0.zip
Remove reconnect_max_attemps (unused)
Diffstat (limited to 'poezio')
-rw-r--r--poezio/connection.py1
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