add pep_supported var to zeroconf too (always False there)

This commit is contained in:
Yann Leboulanger 2007-03-30 19:14:07 +00:00
parent 287a80e0c7
commit 8169960480
1 changed files with 1 additions and 0 deletions

View File

@ -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: