nixos/jitsi-meet: fix prosody configuration (#434201)
This commit is contained in:
commit
c4142d912d
@ -307,7 +307,6 @@ in
|
|||||||
"speakerstats"
|
"speakerstats"
|
||||||
"external_services"
|
"external_services"
|
||||||
"conference_duration"
|
"conference_duration"
|
||||||
"end_conference"
|
|
||||||
"muc_lobby_rooms"
|
"muc_lobby_rooms"
|
||||||
"muc_breakout_rooms"
|
"muc_breakout_rooms"
|
||||||
"av_moderation"
|
"av_moderation"
|
||||||
@ -348,7 +347,9 @@ in
|
|||||||
''
|
''
|
||||||
muc_mapper_domain_base = "${cfg.hostName}"
|
muc_mapper_domain_base = "${cfg.hostName}"
|
||||||
|
|
||||||
cross_domain_websocket = true;
|
http_cors_override = {
|
||||||
|
websocket = { enabled = true }
|
||||||
|
}
|
||||||
consider_websocket_secure = true;
|
consider_websocket_secure = true;
|
||||||
|
|
||||||
unlimited_jids = {
|
unlimited_jids = {
|
||||||
@ -381,7 +382,6 @@ in
|
|||||||
conference_duration_component = "conferenceduration.${cfg.hostName}"
|
conference_duration_component = "conferenceduration.${cfg.hostName}"
|
||||||
end_conference_component = "endconference.${cfg.hostName}"
|
end_conference_component = "endconference.${cfg.hostName}"
|
||||||
|
|
||||||
c2s_require_encryption = false
|
|
||||||
lobby_muc = "lobby.${cfg.hostName}"
|
lobby_muc = "lobby.${cfg.hostName}"
|
||||||
breakout_rooms_muc = "breakout.${cfg.hostName}"
|
breakout_rooms_muc = "breakout.${cfg.hostName}"
|
||||||
room_metadata_component = "metadata.${cfg.hostName}"
|
room_metadata_component = "metadata.${cfg.hostName}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user