Software /
code /
prosody-modules
Comparison
mod_muc_restrict_pm/README.md @ 6211:750d64c47ec6 draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:31:36 +0700 |
parent | 6079:8b6696bd9e40 |
comparison
equal
deleted
inserted
replaced
6210:24316a399978 | 6211:750d64c47ec6 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Obsolete' | |
4 summary: Limit who may send and recieve MUC PMs | |
5 ... | |
6 | |
7 ::: {.alert .alert-warning} | |
8 This feature has been merged into | |
9 [mod_muc][doc:modules:mod_muc] in trunk and is therefore obsolete when used with a version >0.12.x or trunk. | |
10 It can still be used with Prosody 0.12. | |
11 ::: | |
12 | |
13 # Introduction | |
14 | |
15 This module adds configurable MUC options that restrict and limit who may send MUC PMs to other users. | |
16 | |
17 If a user does not have permissions to send a MUC PM, the MUC will send a policy violation stanza. | |
18 | |
19 # Setup | |
20 | |
21 ```lua | |
22 Component "conference.example.org" "muc" | |
23 | |
24 modules_enabled = { | |
25 "muc_restrict_pm"; | |
26 } | |
27 ``` | |
28 | |
29 Compatibility | |
30 ============= | |
31 | |
32 version note | |
33 --------- --------------------------------------------------------------------------- | |
34 trunk [Integrated](https://hg.prosody.im/trunk/rev/47e1df2d0a37) into `mod_muc` | |
35 0.12 Works |