From a4d57c4fc733a85518a821f799f3ee821962899b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 2 Mar 2022 16:53:52 +0000 Subject: prosody.cfg.lua.dist: Add comments explaining the individual TURN options --- prosody.cfg.lua.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'prosody.cfg.lua.dist') diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index c56062dd..dd80ffa1 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -173,7 +173,10 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week -- 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" -- cgit v1.2.3