Skip to content

Commit 7c2b8b5

Browse files
committed
fix(prosody): Drops some unnecessary configs.
1 parent 568c889 commit 7c2b8b5

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -170,21 +170,13 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
170170
"websocket";
171171
"smacks"; -- XEP-0198: Stream Management
172172
{{ end }}
173-
"speakerstats";
174173
"conference_duration";
175-
"room_metadata";
176-
{{ if $ENABLE_END_CONFERENCE }}
177-
"end_conference";
178-
{{ end }}
179174
{{ if $ENABLE_LOBBY }}
180175
"muc_lobby_rooms";
181176
{{ end }}
182177
{{ if $ENABLE_BREAKOUT_ROOMS }}
183178
"muc_breakout_rooms";
184179
{{ end }}
185-
{{ if $ENABLE_AV_MODERATION }}
186-
"av_moderation";
187-
{{ end }}
188180
{{ if .Env.XMPP_MODULES }}
189181
"{{ join "\";\n \"" (splitList "," .Env.XMPP_MODULES | compact) }}";
190182
{{ end }}
@@ -204,7 +196,6 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
204196
}
205197

206198
main_muc = "{{ $XMPP_MUC_DOMAIN }}"
207-
room_metadata_component = "metadata.{{ $XMPP_DOMAIN }}"
208199
{{ if $ENABLE_LOBBY }}
209200
lobby_muc = "lobby.{{ $XMPP_DOMAIN }}"
210201
{{ if or $ENABLE_RECORDING $ENABLE_TRANSCRIPTIONS }}
@@ -220,17 +211,6 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
220211
breakout_rooms_muc = "breakout.{{ $XMPP_DOMAIN }}"
221212
{{ end }}
222213

223-
speakerstats_component = "speakerstats.{{ $XMPP_DOMAIN }}"
224-
conference_duration_component = "conferenceduration.{{ $XMPP_DOMAIN }}"
225-
226-
{{ if $ENABLE_END_CONFERENCE }}
227-
end_conference_component = "endconference.{{ $XMPP_DOMAIN }}"
228-
{{ end }}
229-
230-
{{ if $ENABLE_AV_MODERATION }}
231-
av_moderation_component = "avmoderation.{{ $XMPP_DOMAIN }}"
232-
{{ end }}
233-
234214
c2s_require_encryption = {{ $C2S_REQUIRE_ENCRYPTION }}
235215

236216
{{ if $ENABLE_VISITORS -}}
@@ -404,9 +384,6 @@ Component "speakerstats.{{ $XMPP_DOMAIN }}" "speakerstats_component"
404384
}
405385
{{- end }}
406386

407-
Component "conferenceduration.{{ $XMPP_DOMAIN }}" "conference_duration_component"
408-
muc_component = "{{ $XMPP_MUC_DOMAIN }}"
409-
410387
{{ if $ENABLE_END_CONFERENCE }}
411388
Component "endconference.{{ $XMPP_DOMAIN }}" "end_conference"
412389
muc_component = "{{ $XMPP_MUC_DOMAIN }}"

0 commit comments

Comments
 (0)