# HG changeset patch # User Matthew Wild # Date 1646240032 0 # Node ID afe31010730205f0fe700772efe75914095b8b04 # Parent 89c638496fe12ce623c19cb3135606642de2c89b prosody.cfg.lua.dist: Add comments explaining the individual TURN options diff -r 89c638496fe1 -r afe310107302 prosody.cfg.lua.dist --- 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"