From b7f8a3a93dcc2a06b3160ca541085eb380f79b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABl=20Verrier?= Date: Sun, 2 Aug 2009 21:58:12 +0200 Subject: [PATCH] * fixed a bug with zeroconf (because we didn't have a archive_pref_supported attribute in connection class) --- 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 41fc8be9b..37c1469e4 100644 --- a/src/common/zeroconf/connection_zeroconf.py +++ b/src/common/zeroconf/connection_zeroconf.py @@ -102,6 +102,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf): self.muc_jid = {} # jid of muc server for each transport type self.vcard_supported = False self.private_storage_supported = False + self.archive_pref_supported = False def get_config_values_or_default(self): ''' get name, host, port from config, or