diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2018-07-02 00:20:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 00:20:46 +0300 |
commit | 56dc625f9adecea2dab9102de1055cb78d22f82c (patch) | |
tree | 18ab368b54de8937ed060cb0e5978841983e89ad | |
parent | Simplify the default configuration file (diff) | |
parent | Default config example fix reversed text (diff) |
Merge pull request #2502 from licaon-kter/patch-4
Default config example fix reversed text
-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 158d0cde2..ec2d5cfb5 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 |