# HG changeset patch # User Kim Alvefur # Date 1540825662 -3600 # Node ID c9ddc51053b7f130e816af7a6b50f7bd5e62d6d5 # Parent b0d309abf7d4e1cf3b3548159eef1f2a566afc3b prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section diff -r b0d309abf7d4 -r c9ddc51053b7 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) --