Mercurial > prosody-modules
comparison mod_muc_inject_mentions/README.markdown @ 4312:33a41503b9e3
Improve UX by providing defaults users expect
author | Seve Ferrer <seve@delape.net> |
---|---|
date | Tue, 22 Dec 2020 11:27:20 +0100 |
parents | 32b4901a9d8d |
children |
comparison
equal
deleted
inserted
replaced
4311:a6c253bc63a5 | 4312:33a41503b9e3 |
---|---|
47 ``` | 47 ``` |
48 -- muc_inject_mentions_enabled_rooms = {"room@conferences.server.com"} | 48 -- muc_inject_mentions_enabled_rooms = {"room@conferences.server.com"} |
49 -- muc_inject_mentions_disabled_rooms = {"room@conferences.server.com"} | 49 -- muc_inject_mentions_disabled_rooms = {"room@conferences.server.com"} |
50 ``` | 50 ``` |
51 | 51 |
52 If none or both are found, all rooms in the muc component will have mentions enabled. | 52 If none of these is set, all rooms in the muc component will have mentions enabled. |
53 | 53 |
54 | 54 |
55 By default, if a message contains at least one mention, | 55 By default, if a message contains at least one mention, |
56 the module does not do anything, as it believes all mentions were already sent by the client. | 56 the module does not do anything, as it believes all mentions were already sent by the client. |
57 In cases where it is desired the module to inspect the message and try to find extra mentions | 57 In cases where it is desired the module to inspect the message and try to find extra mentions |