mod_muc_mention_notifications/README.markdown
changeset 4311 af7297e49885
parent 4284 278f2998ce49
child 4318 149ec3abf09e
equal deleted inserted replaced
4310:747a14017d00 4311:af7297e49885
       
     1 # Configuring
       
     2 
       
     3 ## Enabling
       
     4 
       
     5 ``` {.lua}
       
     6 Component "rooms.example.net" "muc"
       
     7 modules_enabled = {
       
     8     "muc_mention_notifications";
       
     9 }
       
    10 ```
       
    11 
       
    12 ## Settings
       
    13 
       
    14 |Name |Description |Default |
       
    15 |-----|------------|--------|
       
    16 |muc_mmn_notify_unaffiliated_users| Notify mentioned users even if they are not members of the room they were mentioned in | false |