prosody.cfg.lua.dist
changeset 12354 afe310107302
parent 12353 89c638496fe1
child 12355 1418fd275b81
equal deleted inserted replaced
12353:89c638496fe1 12354:afe310107302
   171 -- low-latency media streaming (such as audio and video calls), it is
   171 -- low-latency media streaming (such as audio and video calls), it is
   172 -- recommended to run a STUN/TURN server for clients to use. If you do this,
   172 -- recommended to run a STUN/TURN server for clients to use. If you do this,
   173 -- specify the details here so clients can discover it.
   173 -- specify the details here so clients can discover it.
   174 -- Find more information at https://prosody.im/doc/turn
   174 -- Find more information at https://prosody.im/doc/turn
   175 
   175 
       
   176 -- Specify the address of the TURN service (you may use the same domain as XMPP)
   176 --turn_external_host = "turn.example.com"
   177 --turn_external_host = "turn.example.com"
       
   178 
       
   179 -- This secret must be set to the same value in both Prosody and the TURN server
   177 --turn_external_secret = "your-secret-turn-access-token"
   180 --turn_external_secret = "your-secret-turn-access-token"
   178 
   181 
   179 
   182 
   180 -- Logging configuration
   183 -- Logging configuration
   181 -- For advanced logging see https://prosody.im/doc/logging
   184 -- For advanced logging see https://prosody.im/doc/logging