view mod_muc_mention_notifications/README.markdown @ 4308:2d42dd45638a

mod_muc_mention_notifications: Remove debugging helpers
author JC Brand <jc@opkode.com>
date Mon, 21 Dec 2020 16:01:28 +0100
parents af7297e49885
children 149ec3abf09e
line wrap: on
line source

# Configuring

## Enabling

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

## Settings

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