From 2dcfb1a67fd457593814a83a9b60d352b7853bf2 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 8 Jan 2024 23:42:23 +0000 Subject: Enable XEP-0065 This commit enabled SOCKS5 Bytestreams, allowing users to send and receive files. --- files/prosody.cfg.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'files') diff --git a/files/prosody.cfg.lua b/files/prosody.cfg.lua index 57d307a..89d426e 100644 --- a/files/prosody.cfg.lua +++ b/files/prosody.cfg.lua @@ -25,6 +25,7 @@ modules_enabled = { "ping"; "posix"; "private"; + "proxy65"; "register"; "roster"; "saslauth"; -- cgit v1.2.3