add muc_reserve_nick_pattern
This commit is contained in:
parent
2233b0263f
commit
1aa1b1b506
1 changed files with 6 additions and 0 deletions
|
@ -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 }'
|
||||
|
|
Loading…
Reference in a new issue