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
commit02bd676d547a53e5ee18cdd5b0e2d09228cb3f28 (patch)
treec6f6adc8d641300e10a294306d2db70e1a811f4c /prosody.cfg.lua.dist
parentaca11a9c5f327258a065092d3477bce64fbf7c04 (diff)
downloadprosody-02bd676d547a53e5ee18cdd5b0e2d09228cb3f28.tar.gz
prosody-02bd676d547a53e5ee18cdd5b0e2d09228cb3f28.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)
--