* fixed a bug with zeroconf (because we didn't have a archive_pref_supported attribute in connection class)

This commit is contained in:
Anaël Verrier 2009-08-02 21:58:12 +02:00
parent 690c5e82ed
commit b7f8a3a93d
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
self.muc_jid = {} # jid of muc server for each transport type self.muc_jid = {} # jid of muc server for each transport type
self.vcard_supported = False self.vcard_supported = False
self.private_storage_supported = False self.private_storage_supported = False
self.archive_pref_supported = False
def get_config_values_or_default(self): def get_config_values_or_default(self):
''' get name, host, port from config, or ''' get name, host, port from config, or