Enable OMEMO for clients using Conversations

This commit is contained in:
Greg Karékinian 2019-03-27 11:57:59 +01:00
parent 70fb97ba4b
commit ce4a4bffd9

View File

@ -209,10 +209,10 @@ modules:
- "flat" - "flat"
- "pep" - "pep"
force_node_config: force_node_config:
## Change from "whitelist" to "open" to enable OMEMO support ## Enable OMEMO support for clients using Conversations
## See https://github.com/processone/ejabberd/issues/2425 ## See https://github.com/processone/ejabberd/issues/2425
"eu.siacs.conversations.axolotl.*": "eu.siacs.conversations.axolotl.*":
access_model: whitelist access_model: open
## Avoid buggy clients to make their bookmarks public ## Avoid buggy clients to make their bookmarks public
"storage:bookmarks": "storage:bookmarks":
access_model: whitelist access_model: whitelist