prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section 0.11
authorKim Alvefur <zash@zash.se>
Mon, 29 Oct 2018 16:07:42 +0100
branch0.11
changeset 9595 c9ddc51053b7
parent 9594 b0d309abf7d4
child 9596 6e1379473c3c
prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section
prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Mon Oct 29 21:33:01 2018 +0100
+++ b/prosody.cfg.lua.dist	Mon Oct 29 16:07:42 2018 +0100
@@ -198,6 +198,8 @@
 
 ---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)
 --