add pep_supported var to zeroconf too (always False there)
This commit is contained in:
parent
287a80e0c7
commit
8169960480
|
@ -75,6 +75,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
|
|||
self.sync_with_global_status = True
|
||||
self.no_log_for = False
|
||||
|
||||
self.pep_supported = False
|
||||
# Do we continue connection when we get roster (send presence,get vcard...)
|
||||
self.continue_connect_info = None
|
||||
if USE_GPG:
|
||||
|
|
Loading…
Reference in New Issue