Mercurial > prosody-modules
view mod_muc_mention_notifications/README.markdown @ 5596:d2561c1d26f5
mod_client_management: Allow revoking a specific client version
Could be useful in case of a security issue affecting a particular
version. Even if in that case, the more likely use case is revoking all
older versions except the fixed one(s), this can be done with a loop or
improved later.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 14 Jul 2023 15:16:06 +0200 |
parents | 149ec3abf09e |
children |
line wrap: on
line source
# Configuring This module lets Prosody notify users when they're mentioned in a MUC, even if they're not currently present in it. Users need to be explicitly mentioned via XEP-0372 references. In anonymous and semi-anonymous rooms, the mentioned user needs to have their nickname registered in the MUC so that Prosody can get the real JID from the referenced nickname. NOTE: this module is not compatible with mod_block_strangers because the latter will block the notification messages from the MUC (since they're not "groupchat" messages). ## 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 |