mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ modules:
|
|||
default_room_options:
|
||||
mam: true
|
||||
mod_muc_admin: {}
|
||||
mod_muc_occupantid: {}
|
||||
mod_offline:
|
||||
access_max_user_messages: max_user_offline_messages
|
||||
mod_ping: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue