From 81699604805817f648c529559637412ff5fe3bb1 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 30 Mar 2007 19:14:07 +0000 Subject: [PATCH] add pep_supported var to zeroconf too (always False there) --- src/common/zeroconf/connection_zeroconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/zeroconf/connection_zeroconf.py b/src/common/zeroconf/connection_zeroconf.py index e322c83dc..2dbb5d9f2 100644 --- a/src/common/zeroconf/connection_zeroconf.py +++ b/src/common/zeroconf/connection_zeroconf.py @@ -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: