Mercurial > prosody-modules
comparison mod_muc_room_mention_notifications/README.markdown @ 4280:278f2998ce49
mod_muc_room_mention_notifications: Publish module
author | Seve Ferrer <seve@delape.net> |
---|---|
date | Fri, 04 Dec 2020 16:58:36 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4279:776eacd233b5 | 4280:278f2998ce49 |
---|---|
1 # Configuring | |
2 | |
3 ## Enabling | |
4 | |
5 ``` {.lua} | |
6 Component "rooms.example.net" "muc" | |
7 modules_enabled = { | |
8 "muc_room_mention_notifications"; | |
9 } | |
10 ``` | |
11 | |
12 ## Settings | |
13 | |
14 |Name |Description |Default | | |
15 |-----|------------|--------| | |
16 |muc_rmn_notify_unaffiliated_users| Notify mentioned users even if they are not members of the room they were mentioned in | false | |