mod_muc_room_mention_notifications/README.markdown
changeset 4284 278f2998ce49
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_muc_room_mention_notifications/README.markdown	Fri Dec 04 16:58:36 2020 +0100
@@ -0,0 +1,16 @@
+# 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 |