diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 11:12:48 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 11:12:48 +0100 |
commit | f71964def2236e3b34be3f9f9eb431146437392f (patch) | |
tree | c61270707a6c18f5b7bf2d3a239f961ff0eb23b5 | |
parent | 4c96553e8d2e624626c3e9d8b1b097b2f59265fe (diff) |
Remove unused mod_posix
According to prosodyctl check, this module is no longer used or needed.
-rw-r--r-- | files/prosody.cfg.lua.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 62cd9fd..88f9279 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -23,7 +23,6 @@ modules_enabled = { "mimicking"; "pep"; "ping"; - "posix"; "private"; "proxy65"; "roster"; |