diff options
author | Christoph Scholz <christoph.scholz@gmail.com> | 2019-01-02 17:35:01 +0100 |
---|---|---|
committer | Christoph Scholz <christoph.scholz@gmail.com> | 2019-01-04 15:56:41 +0100 |
commit | 7e4287ff83cf6ee5eda778e39c9fd21497a23392 (patch) | |
tree | 2592dc26a11668c9259230867f972e34aed4b4fb /ejabberd.yml.example | |
parent | Merge pull request #2599 from gardenia/master (diff) |
add acl for mam in mod_muc
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r-- | ejabberd.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 2508f3fb..0a38a2b7 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: {} |