Remove reconnect_max_attemps (unused)
This commit is contained in:
parent
c57bbe256e
commit
0f10803c4d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue