File

mod_muc_restrict_pm/README.md @ 6021:f677ea666e4f

mod_http_admin_api/README.md
author Menel <menel@snikket.de>
date Wed, 23 Oct 2024 13:18:25 +0200
parent 6003:fe081789f7b5
child 6069:d62bae2ac557
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
  ----- -----