@@ -174,25 +174,18 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
174174 }
175175 modules_enabled = {
176176 " bosh" ;
177+ " features_identity" ;
177178 {{ if $ENABLE_XMPP_WEBSOCKET }}
178179 " websocket" ;
179180 " smacks" ; -- XEP-0198: Stream Management
180181 {{ end }}
181- " speakerstats" ;
182182 " conference_duration" ;
183- " room_metadata" ;
184- {{ if $ENABLE_END_CONFERENCE }}
185- " end_conference" ;
186- {{ end }}
187183 {{ if $ENABLE_LOBBY }}
188184 " muc_lobby_rooms" ;
189185 {{ end }}
190186 {{ if $ENABLE_BREAKOUT_ROOMS }}
191187 " muc_breakout_rooms" ;
192188 {{ end }}
193- {{ if $ENABLE_AV_MODERATION }}
194- " av_moderation" ;
195- {{ end }}
196189 {{ if .Env .XMPP_MODULES }}
197190 " {{ join " \" ;\n \" " (splitList " ," .Env .XMPP_MODULES | compact ) }}" ;
198191 {{ end }}
@@ -212,7 +205,6 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
212205 }
213206
214207 main_muc = " {{ $XMPP_MUC_DOMAIN }}"
215- room_metadata_component = " metadata.{{ $XMPP_DOMAIN }}"
216208 {{ if $ENABLE_LOBBY }}
217209 lobby_muc = " lobby.{{ $XMPP_DOMAIN }}"
218210 {{ if or $ENABLE_RECORDING $ENABLE_TRANSCRIPTIONS }}
@@ -228,17 +220,6 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
228220 breakout_rooms_muc = " breakout.{{ $XMPP_DOMAIN }}"
229221 {{ end }}
230222
231- speakerstats_component = " speakerstats.{{ $XMPP_DOMAIN }}"
232- conference_duration_component = " conferenceduration.{{ $XMPP_DOMAIN }}"
233-
234- {{ if $ENABLE_END_CONFERENCE }}
235- end_conference_component = " endconference.{{ $XMPP_DOMAIN }}"
236- {{ end }}
237-
238- {{ if $ENABLE_AV_MODERATION }}
239- av_moderation_component = " avmoderation.{{ $XMPP_DOMAIN }}"
240- {{ end }}
241-
242223 c2s_require_encryption = {{ $C2S_REQUIRE_ENCRYPTION }}
243224
244225 {{ if $ENABLE_VISITORS - }}
@@ -416,9 +397,6 @@ Component "speakerstats.{{ $XMPP_DOMAIN }}" "speakerstats_component"
416397 }
417398 {{- end }}
418399
419- Component " conferenceduration.{{ $XMPP_DOMAIN }}" " conference_duration_component"
420- muc_component = " {{ $XMPP_MUC_DOMAIN }}"
421-
422400{{ if $ENABLE_END_CONFERENCE }}
423401Component " endconference.{{ $XMPP_DOMAIN }}" " end_conference"
424402 muc_component = " {{ $XMPP_MUC_DOMAIN }}"
0 commit comments