From 364ee0f8edcb2a6b62d9b44a0f55f40ee47e5421 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 21 Dec 2024 11:04:08 +0100 Subject: [PATCH] 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. --- ejabberd.yml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 39e423a6449..0964afa0632 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -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: {}