File tree 1 file changed +1
-4
lines changed 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,11 @@ modules_enabled = {
96
96
-- "compression"; -- Stream compression (Debian: requires lua-zlib module to work)
97
97
98
98
-- 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
100
100
-- "admin_telnet"; -- Opens telnet console interface on localhost port 5582
101
101
102
102
-- Nice to have
103
103
" 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
106
104
{{- end }}
107
105
" ping" ; -- Replies to XMPP pings with pongs
108
106
{{- if eq $PROSODY_MODE " visitors" }}
@@ -126,7 +124,6 @@ modules_enabled = {
126
124
" secure_interfaces" ;
127
125
{{ end - }}
128
126
{{ if $ENABLE_S2S - }}
129
- " dialback" ; -- s2s dialback support
130
127
" s2s_bidi" ;
131
128
" certs_s2soutinjection" ;
132
129
" s2sout_override" ;
You can’t perform that action at this time.
0 commit comments