summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-07-02 01:08:02 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-07-02 01:08:02 +0300
commit38ec3f66c71f343ee6429549f9eaee6945e291f5 (patch)
tree4f2bc521150e4cafd16f16f4979e90665b58acbb /ejabberd.yml.example
parentSimplify the default configuration file (diff)
Enable Roster Versioning in the default config file
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 158d0cde..58c4fafa 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -195,7 +195,8 @@ modules:
## address. See the Jabber SPAM Manifesto for details:
## https://github.com/ge0rg/jabber-spam-fighting-manifesto
ip_access: trusted_network
- mod_roster: {}
+ mod_roster:
+ versioning: true
mod_s2s_dialback: {}
mod_shared_roster: {}
mod_stats: {}