Skip to content
Snippets Groups Projects
Commit e86edaf0 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Zeroconf doesn't support archiving

parent e1176e7b
No related branches found
No related tags found
No related merge requests found
...@@ -160,6 +160,8 @@ class CommonConnection: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment