Browse Source

Moves admins definition as it seems on some distributions after latest lua updates, causes trouble for prosody.

j8
Damian Minkov 10 years ago
parent
commit
8334036cf4
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

+ 1
- 2
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example View File

16
         }
16
         }
17
 
17
 
18
 Component "conference.jitmeet.example.com" "muc"
18
 Component "conference.jitmeet.example.com" "muc"
19
+admins = { "focusUser@auth.jitmeet.example.com" }
19
 
20
 
20
 Component "jitsi-videobridge.jitmeet.example.com"
21
 Component "jitsi-videobridge.jitmeet.example.com"
21
     component_secret = "jitmeetSecret"
22
     component_secret = "jitmeetSecret"
23
 VirtualHost "auth.jitmeet.example.com"
24
 VirtualHost "auth.jitmeet.example.com"
24
         authentication = "internal_plain"
25
         authentication = "internal_plain"
25
 
26
 
26
-admins = { "focusUser@auth.jitmeet.example.com" }
27
-
28
 Component "focus.jitmeet.example.com"
27
 Component "focus.jitmeet.example.com"
29
     component_secret = "focusSecret"
28
     component_secret = "focusSecret"

Loading…
Cancel
Save