From 91195d017152e34e98900f8a2b8eb7405f80ab48 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 9 Apr 2020 01:18:24 +0200 Subject: [PATCH] Configure Jitsi for Defora Networks --- config.js | 12 ++++++++---- interface_config.js | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index 369b1ec4c..310204504 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,5 @@ /* eslint-disable no-unused-vars, no-var */ +/* modified for use at Defora Networks GmbH */ var config = { // Connection @@ -6,7 +7,7 @@ var config = { hosts: { // XMPP domain. - domain: 'jitsi-meet.example.com', + domain: 'meet.defora.net', // When using authentication, domain for guest users. // anonymousdomain: 'guest.example.com', @@ -23,12 +24,14 @@ var config = { // Focus component domain. Defaults to focus.. // focus: 'focus.jitsi-meet.example.com', + bridge: 'videobridge.meet.defora.net', + // XMPP MUC domain. FIXME: use XEP-0030 to discover it. - muc: 'conference.jitsi-meet.example.com' + muc: 'conference.meet.defora.net' }, // BOSH URL. FIXME: use XEP-0156 to discover it. - bosh: '//jitsi-meet.example.com/http-bind', + bosh: '//meet.defora.net/http-bind', // Websocket URL // websocket: 'wss://jitsi-meet.example.com/xmpp-websocket', @@ -274,6 +277,7 @@ var config = { // Require users to always specify a display name. // requireDisplayName: true, + requireDisplayName: false, // Whether to use a welcome page or not. In case it's false a random room // will be joined when no room is specified. @@ -306,7 +310,7 @@ var config = { // Message to show the users. Example: 'The service will be down for // maintenance at 01:00 AM GMT, - // noticeMessage: '', + noticeMessage: 'Service courtesy of Defora Networks GmbH', // Enables calendar integration, depends on googleApiApplicationClientID // and microsoftApiApplicationClientID diff --git a/interface_config.js b/interface_config.js index dfcc6cdfc..3787c96fb 100644 --- a/interface_config.js +++ b/interface_config.js @@ -136,7 +136,7 @@ var interfaceConfig = { // has a suboptimal experience. Browsers which are not listed as optimal or // unsupported are considered suboptimal. Valid values are: // chrome, chromium, edge, electron, firefox, nwjs, opera, safari - OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron', 'safari' ], + OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'nwjs', 'electron' ], POLICY_LOGO: null, PROVIDER_NAME: 'Jitsi', @@ -196,7 +196,7 @@ var interfaceConfig = { // Browsers, in addition to those which do not fully support WebRTC, that // are not supported and should show the unsupported browser page. - UNSUPPORTED_BROWSERS: [], + UNSUPPORTED_BROWSERS: [ 'firefox' ], /** * Whether to show thumbnails in filmstrip as a column instead of as a row.