File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
prosody/rootfs/defaults/conf.d Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ admins = {
1313plugin_paths = { " /prosody-plugins/" , " /prosody-plugins-custom" }
1414
1515VirtualHost " {{ $JVB_XMPP_AUTH_DOMAIN }}"
16- modules_enabled = {
17- " ping" ;
18- }
1916 authentication = " internal_hashed"
2017 ssl = {
2118 key = " /config/certs/{{ $JVB_XMPP_AUTH_DOMAIN }}.key" ;
@@ -24,7 +21,6 @@ VirtualHost "{{ $JVB_XMPP_AUTH_DOMAIN }}"
2421
2522Component " {{ $JVB_XMPP_INTERNAL_MUC_DOMAIN }}" " muc"
2623 modules_enabled = {
27- " ping" ,
2824 " muc_hide_all" ;
2925 " muc_filter_access" ;
3026 }
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ smacks_max_old_sessions = 1;
130130{{ if $ENABLE_JAAS_COMPONENTS }}
131131VirtualHost " jigasi.meet.jitsi"
132132 modules_enabled = {
133- " ping" ;
134133 " bosh" ;
135134 " muc_password_check" ;
136135 }
@@ -196,7 +195,6 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
196195 " websocket" ;
197196 " smacks" ; -- XEP-0198: Stream Management
198197 {{ end }}
199- " ping" ;
200198 " speakerstats" ;
201199 " conference_duration" ;
202200 " room_metadata" ;
@@ -271,7 +269,6 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
271269VirtualHost " {{ $XMPP_GUEST_DOMAIN }}"
272270 authentication = " {{ $GUEST_AUTH_TYPE }}"
273271 modules_enabled = {
274- " ping" ;
275272 {{ if $ENABLE_XMPP_WEBSOCKET }}
276273 " smacks" ; -- XEP-0198: Stream Management
277274 {{ end }}
@@ -291,14 +288,12 @@ VirtualHost "{{ $XMPP_AUTH_DOMAIN }}"
291288 }
292289 modules_enabled = {
293290 " limits_exception" ;
294- " ping" ;
295291 }
296292 authentication = " internal_hashed"
297293
298294{{ if $ENABLE_RECORDING }}
299295VirtualHost " {{ $XMPP_RECORDER_DOMAIN }}"
300296 modules_enabled = {
301- " ping" ;
302297 " smacks" ;
303298 }
304299 authentication = " internal_hashed"
@@ -307,7 +302,6 @@ VirtualHost "{{ $XMPP_RECORDER_DOMAIN }}"
307302Component " {{ $XMPP_INTERNAL_MUC_DOMAIN }}" " muc"
308303 storage = " memory"
309304 modules_enabled = {
310- " ping" ;
311305 {{ if .Env .XMPP_INTERNAL_MUC_MODULES - }}
312306 " {{ join " \" ;\n\" " (splitList " ," .Env .XMPP_INTERNAL_MUC_MODULES ) }}" ;
313307 {{ end - }}
Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ VirtualHost 'v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DOMAIN }}'
112112 }
113113 modules_enabled = {
114114 ' bosh' ;
115- ' ping' ;
116115 " external_services" ;
117116 {{ if $ENABLE_XMPP_WEBSOCKET - }}
118117 " websocket" ;
@@ -134,7 +133,6 @@ VirtualHost 'v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DOMAIN }}'
134133VirtualHost ' {{ $XMPP_AUTH_DOMAIN}}'
135134 modules_enabled = {
136135 ' limits_exception' ;
137- ' ping' ;
138136 }
139137 authentication = ' internal_hashed'
140138
You can’t perform that action at this time.
0 commit comments