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

pull/237/head 377
Damian Minkov 10 years ago
parent eec513e9e3
commit 8334036cf4
  1. 3
      doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

@ -16,6 +16,7 @@ VirtualHost "jitmeet.example.com"
} }
Component "conference.jitmeet.example.com" "muc" Component "conference.jitmeet.example.com" "muc"
admins = { "focusUser@auth.jitmeet.example.com" }
Component "jitsi-videobridge.jitmeet.example.com" Component "jitsi-videobridge.jitmeet.example.com"
component_secret = "jitmeetSecret" component_secret = "jitmeetSecret"
@ -23,7 +24,5 @@ Component "jitsi-videobridge.jitmeet.example.com"
VirtualHost "auth.jitmeet.example.com" VirtualHost "auth.jitmeet.example.com"
authentication = "internal_plain" authentication = "internal_plain"
admins = { "focusUser@auth.jitmeet.example.com" }
Component "focus.jitmeet.example.com" Component "focus.jitmeet.example.com"
component_secret = "focusSecret" component_secret = "focusSecret"

Loading…
Cancel
Save