diff options
-rw-r--r-- | prosody.cfg.lua.dist | 3 |
1 files changed, 3 insertions, 0 deletions
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" |