From 94305890471d4fa427facb376f1f2b3620c66608 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 30 Apr 2015 19:20:51 +0200 Subject: [PATCH] Added hint about Firefox state. --- server.conf.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server.conf.in b/server.conf.in index 71608dc9..056bb82d 100644 --- a/server.conf.in +++ b/server.conf.in @@ -57,8 +57,9 @@ listen = 127.0.0.1:8080 ; See http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00 for details. ; A supported TURN server is https://code.google.com/p/rfc5766-turn-server/. ;turnSecret = the-default-turn-shared-secret-do-not-keep -; Renegotiation support flag. Set to true to tell clients that they can -; renegotiate peer connections when required. Defaults to false. +; Enable renegotiation support. Set to true to tell clients that they can +; renegotiate peer connections when required. Firefox support is not complete, +; so do not enable if you want compatibility with Firefox clients. ;renegotiation = false ; Session secret to use for session id generator. 32 or 64 bytes of random data ; are recommented (hex encoded). A warning will be logged if hex decode fails.