File

mod_muc_restrict_pm/README.markdown @ 5938:d3610fb965d6

mod_muc_restrict_pm: Backport changes from upstream timber patch.
author Nicholas George <wirlaburla@worlio.com>
date Fri, 24 May 2024 18:30:47 -0500
parent 5935:e7584fd5b191
line wrap: on
line source

---
labels:
- 'Stage-Alpha'
summary: Limit who may send and recieve MUC PMs
...

# 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

```lua
Component "conference.example.org" "muc"

modules_enabled = {
	"muc_restrict_pm";
}
```

Compatibility
=============

  ----- -----
  0.12  Works
  0.11  Probably does not work
  ----- -----