Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Scholz <christoph.scholz@gmail.com>2019-01-02 19:35:01 +0300
committerChristoph Scholz <christoph.scholz@gmail.com>2019-01-04 17:56:41 +0300
commit7e4287ff83cf6ee5eda778e39c9fd21497a23392 (patch)
tree2592dc26a11668c9259230867f972e34aed4b4fb /ejabberd.yml.example
parent9631baaa634ff51e122de76a5550d716be549dca (diff)
add acl for mam in mod_muc
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 2508f3fb0..0a38a2b7f 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -195,6 +195,8 @@ modules:
- allow: admin
access_create: muc_create
access_persistent: muc_create
+ access_mam:
+ - allow
default_room_options:
mam: true
mod_muc_admin: {}