25
1
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:
Holger Weiss 2024-12-21 11:04:08 +01:00
parent 213a513f54
commit 364ee0f8ed

View File

@ -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: {}