Skip to content

Commit 26b6f27

Browse files
fix(prosody): remove admin_adhoc module from defaults (jitsi#1948)
* fix(prosody): remove admin_adhoc module from defaults * also remove dialback module * further pruning
1 parent 4ae7438 commit 26b6f27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

prosody/rootfs/defaults/prosody.cfg.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,11 @@ modules_enabled = {
9696
--"compression"; -- Stream compression (Debian: requires lua-zlib module to work)
9797

9898
-- Admin interfaces
99-
"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
99+
-- "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
100100
--"admin_telnet"; -- Opens telnet console interface on localhost port 5582
101101

102102
-- Nice to have
103103
"version"; -- Replies to server version requests
104-
"uptime"; -- Report how long server has been running
105-
"time"; -- Let others know the time here on this server
106104
{{- end }}
107105
"ping"; -- Replies to XMPP pings with pongs
108106
{{- if eq $PROSODY_MODE "visitors" }}
@@ -126,7 +124,6 @@ modules_enabled = {
126124
"secure_interfaces";
127125
{{ end -}}
128126
{{ if $ENABLE_S2S -}}
129-
"dialback"; -- s2s dialback support
130127
"s2s_bidi";
131128
"certs_s2soutinjection";
132129
"s2sout_override";

0 commit comments

Comments
 (0)