Mercurial > prosody-modules
comparison mod_muc_block_pm/README.markdown @ 5653:62c6e17a5e9d
Merge
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Mon, 18 Sep 2023 08:24:19 -0500 |
parents | c7e532ac6bf7 |
children |
comparison
equal
deleted
inserted
replaced
5652:eade7ff9f52c | 5653:62c6e17a5e9d |
---|---|
1 --- | 1 --- |
2 summary: Prevent unaffiliated MUC participants from sending PMs | 2 summary: Prevent MUC participants from sending PMs |
3 --- | 3 --- |
4 | 4 |
5 # Introduction | 5 # Introduction |
6 | 6 |
7 This module prevents unaffiliated users from sending private messages in | 7 This module prevents *participants* from sending private messages to |
8 chat rooms, unless someone with an affiliation (member, admin etc) | 8 anyone except *moderators*. |
9 messages them first. | |
10 | 9 |
11 # Configuration | 10 # Configuration |
12 | 11 |
13 The module doesn't have any options, just load it onto a MUC component. | 12 The module doesn't have any options, just load it onto a MUC component. |
14 | 13 |
21 | 20 |
22 # Compatibility | 21 # Compatibility |
23 | 22 |
24 Branch State | 23 Branch State |
25 -------- ----------------- | 24 -------- ----------------- |
26 0.9 Works | 25 0.11 Will **not** work |
27 0.10 Should work | 26 0.12 Should work |
28 0.11 Should work |