diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-07-02 01:08:09 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-07-02 01:08:09 +0300 |
commit | fbf6ba2738068b8217b915e5ecc13bec7b5363bc (patch) | |
tree | 8bcbeb9632da1a5cb9fb62b988b7a47e0709cc44 | |
parent | Enable Roster Versioning in the default config file (diff) | |
parent | Merge pull request #2502 from licaon-kter/patch-4 (diff) |
Merge branch 'master' of github.com:processone/ejabberd
-rw-r--r-- | ejabberd.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 58c4fafad..692c8dc7c 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -179,7 +179,7 @@ modules: - "flat" - "pep" force_node_config: - ## Uncomment the following lines to enable OMEMO support + ## Comment out the following lines to enable OMEMO support ## See https://github.com/processone/ejabberd/issues/2425 "eu.siacs.conversations.axolotl.*": access_model: whitelist |