Browse Source

feat(xmpp) remove clientNode config option

master
Saúl Ibarra Corretgé 3 years ago
parent
commit
27e4e862fd
2 changed files with 0 additions and 4 deletions
  1. 0
    3
      config.js
  2. 0
    1
      react/features/base/config/functions.any.js

+ 0
- 3
config.js View File

27
     // Websocket URL
27
     // Websocket URL
28
     // websocket: 'wss://jitsi-meet.example.com/xmpp-websocket',
28
     // websocket: 'wss://jitsi-meet.example.com/xmpp-websocket',
29
 
29
 
30
-    // The name of client node advertised in XEP-0115 'c' stanza
31
-    clientNode: 'http://jitsi.org/jitsimeet',
32
-
33
     // The real JID of focus participant - can be overridden here
30
     // The real JID of focus participant - can be overridden here
34
     // Do not change username - FIXME: Make focus username configurable
31
     // Do not change username - FIXME: Make focus username configurable
35
     // https://github.com/jitsi/jitsi-meet/issues/7376
32
     // https://github.com/jitsi/jitsi-meet/issues/7376

+ 0
- 1
react/features/base/config/functions.any.js View File

33
             muc: `conference.${url.hostname}`
33
             muc: `conference.${url.hostname}`
34
         },
34
         },
35
         bosh: `${baseURL}http-bind`,
35
         bosh: `${baseURL}http-bind`,
36
-        clientNode: 'https://jitsi.org/jitsi-meet',
37
         p2p: {
36
         p2p: {
38
             enabled: true
37
             enabled: true
39
         }
38
         }

Loading…
Cancel
Save