diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-01-08 23:42:23 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-01-08 23:42:23 +0000 |
commit | 2dcfb1a67fd457593814a83a9b60d352b7853bf2 (patch) | |
tree | 487849f2ccf5ac2c53b90b534d8390c2d95fe4ec /files/prosody.cfg.lua | |
parent | 7ba57bb7b5592dc828670b7e01fc768ac767e86c (diff) |
Enable XEP-0065
This commit enabled SOCKS5 Bytestreams, allowing users to send and receive
files.
Diffstat (limited to 'files/prosody.cfg.lua')
-rw-r--r-- | files/prosody.cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |