浏览代码

Moves muc definition to be last.

Fixes common problem where people following https://github.com/jitsi/jicofo#secure-domain have a syntax error, forgetting the comma after muc definition.
master
Дамян Минков 6 年前
父节点
当前提交
837f496e8f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      config.js

+ 3
- 3
config.js 查看文件

18
         // XMPP domain.
18
         // XMPP domain.
19
         domain: 'jitsi-meet.example.com',
19
         domain: 'jitsi-meet.example.com',
20
 
20
 
21
-        // XMPP MUC domain. FIXME: use XEP-0030 to discover it.
22
-        muc: 'conference.jitsi-meet.example.com'
23
-
24
         // When using authentication, domain for guest users.
21
         // When using authentication, domain for guest users.
25
         // anonymousdomain: 'guest.example.com',
22
         // anonymousdomain: 'guest.example.com',
26
 
23
 
35
 
32
 
36
         // Focus component domain. Defaults to focus.<domain>.
33
         // Focus component domain. Defaults to focus.<domain>.
37
         // focus: 'focus.jitsi-meet.example.com',
34
         // focus: 'focus.jitsi-meet.example.com',
35
+
36
+        // XMPP MUC domain. FIXME: use XEP-0030 to discover it.
37
+        muc: 'conference.jitsi-meet.example.com'
38
     },
38
     },
39
 
39
 
40
     // BOSH URL. FIXME: use XEP-0156 to discover it.
40
     // BOSH URL. FIXME: use XEP-0156 to discover it.

正在加载...
取消
保存