prosody.cfg.lua.dist
branch0.11
changeset 9595 c9ddc51053b7
parent 9594 b0d309abf7d4
child 9596 6e1379473c3c
equal deleted inserted replaced
9594:b0d309abf7d4 9595: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