prosody.cfg.lua.dist
changeset 12354 afe310107302
parent 12353 89c638496fe1
child 12355 1418fd275b81
--- a/prosody.cfg.lua.dist	Wed Mar 02 15:20:21 2022 +0000
+++ b/prosody.cfg.lua.dist	Wed Mar 02 16:53:52 2022 +0000
@@ -173,7 +173,10 @@
 -- specify the details here so clients can discover it.
 -- Find more information at https://prosody.im/doc/turn
 
+-- Specify the address of the TURN service (you may use the same domain as XMPP)
 --turn_external_host = "turn.example.com"
+
+-- This secret must be set to the same value in both Prosody and the TURN server
 --turn_external_secret = "your-secret-turn-access-token"