Skip to content

Commit bb69407

Browse files
authored
Remove "ping" in ViarualHosts (jitsi#1728)
It's already present in the global modules_enabled and thus loaded for each VirtualHost.
1 parent 14efd9c commit bb69407

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

prosody/rootfs/defaults/conf.d/brewery.cfg.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ admins = {
1313
plugin_paths = { "/prosody-plugins/", "/prosody-plugins-custom" }
1414

1515
VirtualHost "{{ $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

2522
Component "{{ $JVB_XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
2623
modules_enabled = {
27-
"ping",
2824
"muc_hide_all";
2925
"muc_filter_access";
3026
}

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ smacks_max_old_sessions = 1;
130130
{{ if $ENABLE_JAAS_COMPONENTS }}
131131
VirtualHost "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 }}"
271269
VirtualHost "{{ $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 }}
299295
VirtualHost "{{ $XMPP_RECORDER_DOMAIN }}"
300296
modules_enabled = {
301-
"ping";
302297
"smacks";
303298
}
304299
authentication = "internal_hashed"
@@ -307,7 +302,6 @@ VirtualHost "{{ $XMPP_RECORDER_DOMAIN }}"
307302
Component "{{ $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 -}}

prosody/rootfs/defaults/conf.d/visitors.cfg.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}'
134133
VirtualHost '{{ $XMPP_AUTH_DOMAIN}}'
135134
modules_enabled = {
136135
'limits_exception';
137-
'ping';
138136
}
139137
authentication = 'internal_hashed'
140138

0 commit comments

Comments
 (0)