mod_muc_block_pm

Introduction

This module prevents participants from sending private messages to anyone except moderators.

Configuration

The module doesn’t have any options, just load it onto a MUC component.

Component "muc"
modules_enabled = {
    "muc_block_pm";
}

Compatibility

Branch State
0.11 Will not work
0.12 Should work

Installation

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