瀏覽代碼

feat(xmpp) remove clientNode config option

master
Saúl Ibarra Corretgé 3 年之前
父節點
當前提交
27e4e862fd
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0
    3
      config.js
  2. 0
    1
      react/features/base/config/functions.any.js

+ 0
- 3
config.js 查看文件

@@ -27,9 +27,6 @@ var config = {
27 27
     // Websocket URL
28 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 30
     // The real JID of focus participant - can be overridden here
34 31
     // Do not change username - FIXME: Make focus username configurable
35 32
     // https://github.com/jitsi/jitsi-meet/issues/7376

+ 0
- 1
react/features/base/config/functions.any.js 查看文件

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

Loading…
取消
儲存