aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-29 16:07:42 +0100
committerKim Alvefur <zash@zash.se>2018-10-29 16:07:42 +0100
commite9458e4c875b892b6b1e8221d1339a57ed5f8b65 (patch)
treec6f6adc8d641300e10a294306d2db70e1a811f4c /prosody.cfg.lua.dist
parent0a684bdf335335012a268a696efe4fd8c3c40f46 (diff)
downloadprosody-e9458e4c875b892b6b1e8221d1339a57ed5f8b65.tar.gz
prosody-e9458e4c875b892b6b1e8221d1339a57ed5f8b65.zip
prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 7c620d10..c888ac8b 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -198,6 +198,8 @@ VirtualHost "localhost"
---Set up a MUC (multi-user chat) room server on conference.example.com:
--Component "conference.example.com" "muc"
+--- Store MUC messages in an archive and allow users to access it
+--modules_enabled = { "muc_mam" }
---Set up an external component (default component port is 5347)
--