mod_muc_block_pm/README.markdown
changeset 5595 c7e532ac6bf7
parent 3640 afedc2430b0d
equal deleted inserted replaced
5594:b681948a01f1 5595:c7e532ac6bf7
     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