view mod_muc_room_mention_notifications/README.markdown @ 4295:d44a8d3dd571

mod_cloud_notify: Some code cleanup, now luacheck-clean. No functionality changes.
author Matthew Wild <mwild1@gmail.com>
date Fri, 11 Dec 2020 07:03:31 +0000
parents 278f2998ce49
children
line wrap: on
line source

# Configuring

## Enabling

``` {.lua}
Component "rooms.example.net" "muc"
modules_enabled = {
    "muc_room_mention_notifications";
}
```

## Settings

|Name |Description |Default |
|-----|------------|--------|
|muc_rmn_notify_unaffiliated_users| Notify mentioned users even if they are not members of the room they were mentioned in | false |