diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2018-06-06 20:05:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 20:05:42 +0300 |
commit | 1de407c4207ee0a05d7bb294b5654ad293ecbc87 (patch) | |
tree | d572c599c4f5fe42cafa3a0d5cb3f63a591c03e3 | |
parent | upload_tests: Make size error check stricter (diff) | |
parent | OMEMO enable HOWTO added (diff) |
Merge pull request #2460 from imShara/patch-1
OMEMO enable HOWTO added
-rw-r--r-- | ejabberd.yml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 792a1788f..c95d4f2e5 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -783,7 +783,8 @@ modules: - "pep" # pep requires mod_caps force_node_config: ## Avoid using OMEMO by default because it - ## introduces a lot of hard-to-track problems + ## introduces a lot of hard-to-track problems. + ## Comment out the following lines to enable OMEMO support "eu.siacs.conversations.axolotl.*": access_model: whitelist ## Avoid buggy clients to make their bookmarks public |