This feature has been merged into mod_muc in trunk and is therefore obsolete when used with a version >0.12.x or trunk. It can still be used with Prosody 0.12.
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";
}
version | note |
---|---|
trunk | Integrated into
mod_muc |
0.12 | Works |
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