mod_muc_restrict_pm

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

Component "conference.example.org" "muc"

modules_enabled = {
    "muc_restrict_pm";
}

Compatibility

0.12 Works
0.11 Probably does not work

Installation

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