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.
"conference.example.org" "muc"
Component
= {
modules_enabled "muc_restrict_pm";
}
0.12 | Works |
0.11 | Probably does not work |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_muc_restrict_pm
For earlier versions see the documentation for installing 3rd party modules