Skip to content

Commit b235ea1

Browse files
committed
prosody: disable s2s module
Not used, not needed.
1 parent 1d428a8 commit b235ea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prosody/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ COPY rootfs/ /
5454
COPY --from=builder /usr/local/lib/lua /usr/local/lib/lua
5555
COPY --from=builder /usr/local/share/lua /usr/local/share/lua
5656

57-
EXPOSE 5222 5269 5347 5280
57+
EXPOSE 5222 5347 5280
5858

5959
VOLUME ["/config", "/prosody-plugins-custom"]

prosody/rootfs/defaults/prosody.cfg.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ https_ports = { }
8484
modules_disabled = {
8585
-- "offline"; -- Store offline messages
8686
-- "c2s"; -- Handle client connections
87-
-- "s2s"; -- Handle server-to-server connections
87+
"s2s"; -- Handle server-to-server connections
8888
};
8989

9090
-- Disable account creation by default, for security

0 commit comments

Comments
 (0)