This module prevents unaffiliated users from sending private messages in chat rooms, unless someone with an affiliation (member, admin etc) messages them first.
The module doesn’t have any options, just load it onto a MUC component.
"muc"
Component = {
modules_enabled "muc_block_pm";
}
Branch | State |
---|---|
0.9 | Works |
0.10 | Should work |
0.11 | Should work |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_muc_block_pm
For earlier versions see the documentation for installing 3rd party modules