feat(xmpp) remove clientNode config option

This commit is contained in:
Saúl Ibarra Corretgé 2021-08-19 09:29:59 +02:00 committed by Saúl Ibarra Corretgé
parent 4b3d92dcbd
commit 27e4e862fd
2 changed files with 0 additions and 4 deletions

View File

@ -27,9 +27,6 @@ var config = {
// Websocket URL
// websocket: 'wss://jitsi-meet.example.com/xmpp-websocket',
// The name of client node advertised in XEP-0115 'c' stanza
clientNode: 'http://jitsi.org/jitsimeet',
// The real JID of focus participant - can be overridden here
// Do not change username - FIXME: Make focus username configurable
// https://github.com/jitsi/jitsi-meet/issues/7376

View File

@ -33,7 +33,6 @@ export function createFakeConfig(baseURL: string) {
muc: `conference.${url.hostname}`
},
bosh: `${baseURL}http-bind`,
clientNode: 'https://jitsi.org/jitsi-meet',
p2p: {
enabled: true
}