Skip to content

Commit

Permalink
fix(prosody): remove admin_adhoc module from defaults (#1948)
Browse files Browse the repository at this point in the history
* fix(prosody): remove admin_adhoc module from defaults

* also remove dialback module

* further pruning
  • Loading branch information
aaronkvanmeerten authored Oct 22, 2024
1 parent 4ae7438 commit 26b6f27
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions prosody/rootfs/defaults/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,11 @@ modules_enabled = {
--"compression"; -- Stream compression (Debian: requires lua-zlib module to work)

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

-- Nice to have
"version"; -- Replies to server version requests
"uptime"; -- Report how long server has been running
"time"; -- Let others know the time here on this server
{{- end }}
"ping"; -- Replies to XMPP pings with pongs
{{- if eq $PROSODY_MODE "visitors" }}
Expand All @@ -126,7 +124,6 @@ modules_enabled = {
"secure_interfaces";
{{ end -}}
{{ if $ENABLE_S2S -}}
"dialback"; -- s2s dialback support
"s2s_bidi";
"certs_s2soutinjection";
"s2sout_override";
Expand Down

0 comments on commit 26b6f27

Please sign in to comment.