Comparison

prosody.cfg.lua.dist @ 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
parent 9591:b0d309abf7d4
child 9593:6e1379473c3c
comparison
equal deleted inserted replaced
9591:b0d309abf7d4 9592:c9ddc51053b7
196 -- like multi-user conferences, and transports. 196 -- like multi-user conferences, and transports.
197 -- For more information on components, see https://prosody.im/doc/components 197 -- For more information on components, see https://prosody.im/doc/components
198 198
199 ---Set up a MUC (multi-user chat) room server on conference.example.com: 199 ---Set up a MUC (multi-user chat) room server on conference.example.com:
200 --Component "conference.example.com" "muc" 200 --Component "conference.example.com" "muc"
201 --- Store MUC messages in an archive and allow users to access it
202 --modules_enabled = { "muc_mam" }
201 203
202 ---Set up an external component (default component port is 5347) 204 ---Set up an external component (default component port is 5347)
203 -- 205 --
204 -- External components allow adding various services, such as gateways/ 206 -- External components allow adding various services, such as gateways/
205 -- transports to other networks like ICQ, MSN and Yahoo. For more info 207 -- transports to other networks like ICQ, MSN and Yahoo. For more info