prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section

This commit is contained in:
Kim Alvefur 2018-10-29 16:07:42 +01:00
parent 0a684bdf33
commit e9458e4c87

View file

@ -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)
--