comparison mod_muc_mention_notifications/README.markdown @ 4314:149ec3abf09e

mod_muc_mention_notifications: Add description in readme and document incompatibility with mod_block_strangers
author JC Brand <jc@opkode.com>
date Wed, 30 Dec 2020 18:44:54 +0100
parents af7297e49885
children
comparison
equal deleted inserted replaced
4313:fc5c53d9d340 4314:149ec3abf09e
1 # Configuring 1 # Configuring
2
3 This module lets Prosody notify users when they're mentioned in a MUC, even if they're not currently present in it.
4
5 Users need to be explicitly mentioned via XEP-0372 references.
6
7 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.
8
9 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).
2 10
3 ## Enabling 11 ## Enabling
4 12
5 ``` {.lua} 13 ``` {.lua}
6 Component "rooms.example.net" "muc" 14 Component "rooms.example.net" "muc"