Changeset

9592:c9ddc51053b7 0.11

prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section
author Kim Alvefur <zash@zash.se>
date Mon, 29 Oct 2018 16:07:42 +0100
parents 9591:b0d309abf7d4
children 9593:6e1379473c3c
files prosody.cfg.lua.dist
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
 --