mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
ejabberd.yml.example: Enable mod_muc_occupantid
Add mod_muc_occupantid to the list of modules enabled in the sample configuration. It's not necessarily obvious that it's required for using certain modern features in group chat, and there's no downside in activating this module.
This commit is contained in:
parent
213a513f54
commit
364ee0f8ed
@ -199,6 +199,7 @@ modules:
|
|||||||
default_room_options:
|
default_room_options:
|
||||||
mam: true
|
mam: true
|
||||||
mod_muc_admin: {}
|
mod_muc_admin: {}
|
||||||
|
mod_muc_occupantid: {}
|
||||||
mod_offline:
|
mod_offline:
|
||||||
access_max_user_messages: max_user_offline_messages
|
access_max_user_messages: max_user_offline_messages
|
||||||
mod_ping: {}
|
mod_ping: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user