comparison mod_muc_restrict_pm/README.markdown @ 5910:7358d1b64b1d

mod_muc_restrict_pm: Limit who may send and recieve MUC PMs
author Nicholas George <wirlaburla@worlio.com>
date Tue, 21 May 2024 00:40:06 -0500
parents
children e7584fd5b191
comparison
equal deleted inserted replaced
5909:070b0db6c4a0 5910:7358d1b64b1d
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: Limit who may send and recieve MUC PMs
5 ...
6
7 # Introduction
8
9 This module adds configurable MUC options that restrict and limit who may send MUC PMs to other users.
10
11 If a user does not have permissions to send a MUC PM, the MUC will send a policy violation stanza.
12
13 # Setup
14
15 ```lua
16 Component "conference.example.org" "muc"
17
18 modules_enabled = {
19 "muc_restrict_pm";
20 }
21 ```
22
23 Compatibility
24 =============
25
26 ----- -----
27 0.12 Works
28 0.11 Probably does not work
29 ----- -----
30