mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section
This commit is contained in:
parent
0a684bdf33
commit
e9458e4c87
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue