From 7dde38c0699fbdf76ddaa479dd040a929f05b598 Mon Sep 17 00:00:00 2001 From: cregouby Date: Thu, 29 Jan 2015 12:04:03 +0100 Subject: [PATCH] Add QoS marking configuration Add QoS marking configuration --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index e8fe4a22f..be1aea10f 100644 --- a/config.js +++ b/config.js @@ -10,7 +10,8 @@ var config = { }, // getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; }, // useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server -// useIPv6: true, // ipv6 support. use at your own risk +// useIPv6: true, // IPv6 support .Is Chrome only +// useDSCP: true, // IP QoS marking support. Is Chrome only useNicks: false, bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza