mod_muc_inject_mentions/README.markdown
changeset 4257 32b4901a9d8d
parent 4168 a82b0745383b
child 4316 33a41503b9e3
--- a/mod_muc_inject_mentions/README.markdown	Sun Nov 15 19:07:34 2020 +0100
+++ b/mod_muc_inject_mentions/README.markdown	Tue Nov 17 13:45:33 2020 +0100
@@ -91,10 +91,21 @@
 This can be changed using:
 
 ```
--- muc_inject_mentions_mention_delimiters =  {" ", "", "\n"}
+-- muc_inject_mentions_mention_delimiters =  {" ", "", "\n", "\t"}
 ```
 Generally speaking and unless the use-case is very specific, there should be no need to modify the defaults of this setting.
 
+When triggering a mention must only happen if that mention includes a prefix, this can be configured with:
+```
+-- muc_inject_mentions_prefix_mandatory = true
+```
+
+By default, mentions use the bare jid of the participant as the URI attribute.
+If the MUC jid of the participant (eg. room@chat.example.org/Romeo) is preferred, this can be set using:
+```
+-- muc_inject_mentions_use_real_jid = false
+```
+
 
 # Example stanzas