prosody.cfg.lua.dist
changeset 12280 7c5e6ad3d778
parent 11585 7e111f7147dc
child 12281 e921295e934c
equal deleted inserted replaced
12279:13624194984b 12280:7c5e6ad3d778
   216 -- transports to other networks like ICQ, MSN and Yahoo. For more info
   216 -- transports to other networks like ICQ, MSN and Yahoo. For more info
   217 -- see: https://prosody.im/doc/components#adding_an_external_component
   217 -- see: https://prosody.im/doc/components#adding_an_external_component
   218 --
   218 --
   219 --Component "gateway.example.com"
   219 --Component "gateway.example.com"
   220 --	component_secret = "password"
   220 --	component_secret = "password"
       
   221 
       
   222 
       
   223 ---------- End of the Prosody Configuration file ----------
       
   224 -- You usually **DO NOT** want to add settings here at the end, as they would
       
   225 -- only apply to the last defined VirtualHost or Component.
       
   226 --
       
   227 -- Settings for the global section should go higher up, before the first
       
   228 -- VirtualHost or Component line, while settings intended for specific hosts
       
   229 -- should go under the corresponding VirtualHost or Component line.