Mercurial > prosody-modules
view mod_muc_room_mention_notifications/README.markdown @ 4281:3c80e46e26f2
mod_muc_rai: Use log systems string formatting facilities
Weird things happen if you put %s in your JID here.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 01 Dec 2020 22:12:16 +0100 |
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 |