Comparison

prosody.cfg.lua.dist @ 12350:afe310107302

prosody.cfg.lua.dist: Add comments explaining the individual TURN options
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Mar 2022 16:53:52 +0000
parent 12349:89c638496fe1
child 12351:1418fd275b81
comparison
equal deleted inserted replaced
12349:89c638496fe1 12350: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