Configure Jitsi for Defora Networks

This commit is contained in:
2020-04-09 01:28:42 +02:00
parent 7a96c5b2ed
commit e9a5289566
+6 -3
View File
@@ -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.<domain>.
// 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',