Zeroconf doesn't support archiving

This commit is contained in:
Yann Leboulanger 2014-11-26 21:41:09 +01:00
parent b8e991a990
commit 09bf2fbd64
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ class CommonConnection:
self.vcard_supported = False self.vcard_supported = False
self.private_storage_supported = False self.private_storage_supported = False
self.archiving_supported = False self.archiving_supported = False
self.archiving_313_supported = False
self.archiving_136_supported = False
self.archive_pref_supported = False self.archive_pref_supported = False
self.roster_supported = True self.roster_supported = True
self.blocking_supported = False self.blocking_supported = False