Mercurial > prosody-modules
diff mod_muc_mention_notifications/README.markdown @ 4307:af7297e49885
muc_mention_notifications: Rename module
No need for the additional "room" in the name.
author | JC Brand <jc@opkode.com> |
---|---|
date | Mon, 21 Dec 2020 15:43:35 +0100 |
parents | mod_muc_room_mention_notifications/README.markdown@278f2998ce49 |
children | 149ec3abf09e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_muc_mention_notifications/README.markdown Mon Dec 21 15:43:35 2020 +0100 @@ -0,0 +1,16 @@ +# 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 |