diff options
author | Badlop <badlop@process-one.net> | 2015-04-08 14:01:16 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2015-04-08 14:01:16 +0200 |
commit | 0cf8d1fa6e931367b63b133396478593146a8d07 (patch) | |
tree | eeea1804b71de0f5d1001f3f2811c14a146700ab /ejabberd.yml.example | |
parent | Add SQLite3 library checks at the configure script (diff) |
Copy multicast code from ejabberd-contrib to provide XEP-0033 (#521)
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r-- | ejabberd.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 7b26cf79..0d4cbb1a 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -584,6 +584,7 @@ modules: access_persistent: muc_create access_admin: muc_admin ## mod_muc_log: {} + ## mod_multicast: {} mod_offline: access_max_user_messages: max_user_offline_messages mod_ping: {} |