From e9458e4c875b892b6b1e8221d1339a57ed5f8b65 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 29 Oct 2018 16:07:42 +0100 Subject: prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section --- prosody.cfg.lua.dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prosody.cfg.lua.dist') 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) -- -- cgit v1.2.3