add muc_reserve_nick_pattern

This commit is contained in:
meaz 2023-05-06 10:42:34 +02:00
parent 2233b0263f
commit 1aa1b1b506
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -56,3 +56,9 @@ prosody_muc_modules:
- name: 'muc_offline_delivery'
description: 'implements support for sending messages in a MUC to affiliated users who are not in the room.'
module_enabled: 'true'
- name: 'muc_reserve_nick_pattern'
description: 'checks the nickname of a joining user against a configurable list of Lua patterns.'
module_enabled: 'true'
extra_options:
- 'muc_reserve_nick_patterns = { root, admin }'