瀏覽代碼

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.
j8
Дамян Минков 7 年之前
父節點
當前提交
837f496e8f
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      config.js

+ 3
- 3
config.js 查看文件

@@ -18,9 +18,6 @@ var config = {
18 18
         // XMPP domain.
19 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 21
         // When using authentication, domain for guest users.
25 22
         // anonymousdomain: 'guest.example.com',
26 23
 
@@ -35,6 +32,9 @@ var config = {
35 32
 
36 33
         // Focus component domain. Defaults to focus.<domain>.
37 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 40
     // BOSH URL. FIXME: use XEP-0156 to discover it.

Loading…
取消
儲存