Mercurial > prosody-modules
view mod_muc_restrict_pm/README.md @ 6041:d62bae2ac557
mod_muc_restrict_pm: Add merge into trunk
| author | Menel <menel@snikket.de> |
|---|---|
| date | Sat, 07 Dec 2024 21:52:15 +0100 |
| parents | fe081789f7b5 |
| children | c88d01599948 |
line wrap: on
line source
--- labels: - 'Stage-Beta' summary: Limit who may send and recieve MUC PMs ... # Introduction This module adds configurable MUC options that restrict and limit who may send MUC PMs to other users. If a user does not have permissions to send a MUC PM, the MUC will send a policy violation stanza. # Setup ```lua Component "conference.example.org" "muc" modules_enabled = { "muc_restrict_pm"; } ``` Compatibility ============= ------ ------------------------- trunk [Integrated](https://hg.prosody.im/trunk/rev/47e1df2d0a37) into `mod_muc` 0.12 Works 0.11 Probably does not work ------ -------------------------
