|
@@ -73,7 +73,7 @@ modules_enabled = {
|
73
|
73
|
--"watchregistrations"; -- Alert admins of registrations
|
74
|
74
|
--"motd"; -- Send a message to users when they log in
|
75
|
75
|
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
76
|
|
- -- jitmeet
|
|
76
|
+ -- jitsi
|
77
|
77
|
"smacks";
|
78
|
78
|
"carbons";
|
79
|
79
|
"mam";
|
|
@@ -167,7 +167,7 @@ log = {
|
167
|
167
|
|
168
|
168
|
--VirtualHost "localhost"
|
169
|
169
|
|
170
|
|
-VirtualHost "jitmeet.example.com"
|
|
170
|
+VirtualHost "jitsi.example.com"
|
171
|
171
|
-- enabled = false -- Remove this line to enable this host
|
172
|
172
|
authentication = "anonymous"
|
173
|
173
|
-- Assign this host a certificate for TLS, otherwise it would use the one
|
|
@@ -175,8 +175,8 @@ VirtualHost "jitmeet.example.com"
|
175
|
175
|
-- Note that old-style SSL on port 5223 only supports one certificate, and will always
|
176
|
176
|
-- use the global one.
|
177
|
177
|
ssl = {
|
178
|
|
- key = "/var/lib/prosody/jitmeet.example.com.key";
|
179
|
|
- certificate = "/var/lib/prosody/jitmeet.example.com.crt";
|
|
178
|
+ key = "/var/lib/prosody/jitsi.example.com.key";
|
|
179
|
+ certificate = "/var/lib/prosody/jitsi.example.com.crt";
|
180
|
180
|
}
|
181
|
181
|
|
182
|
182
|
------ Components ------
|
|
@@ -199,7 +199,7 @@ VirtualHost "jitmeet.example.com"
|
199
|
199
|
--Component "gateway.example.com"
|
200
|
200
|
-- component_secret = "password"
|
201
|
201
|
|
202
|
|
-Component "conference.jitmeet.example.com" "muc"
|
|
202
|
+Component "conference.jitsi.example.com" "muc"
|
203
|
203
|
|
204
|
|
-Component "jitsi-videobridge.jitmeet.example.com"
|
|
204
|
+Component "jitsi-videobridge.jitsi.example.com"
|
205
|
205
|
component_secret = "IfGaish6"
|