Mercurial > prosody-modules
view mod_muc_reserve_nick_pattern/README.md @ 6562:5da6fb562df9 default tip
mod_unified_push: Fix push error handling (fixes #2000)
Use the error object that send_iq() passes
as an argument to it's reject callback instead of attempting
and failing to do the parsing in the callback itself.
| author | kmq |
|---|---|
| date | Mon, 06 Jul 2026 14:23:57 +0200 |
| parents | d5b9da8c94ae |
| children |
line wrap: on
line source
--- labels: - 'Stage-Beta' summary: 'Require MUC occupant nicknames to not match some patterns' --- Introduction ============ This checks the nickname of a joining user against a configurable list of [Lua patterns](https://www.lua.org/manual/5.2/manual.html#6.4.1), and prevents them from joining if it matches any of them. Note the similar module: [mod_muc_restrict_nick] Configuration ============= Load it under a muc component. There is a single configuration option, `muc_reserve_nick_patterns` and the default is `{}` - i.e. allow everything. Compatibility ============= Requires Prosody 0.11 or higher.
