fix(prosody): Moves to using shell for roster and user creation.

* fix(prosody): Moves to using shell for roster creation.

* fix(prosody): Moves to using shell for user creation.
This commit is contained in:
Дамян Минков
2026-01-22 06:15:13 -06:00
committed by GitHub
parent 4509144221
commit eab4bff766
5 changed files with 218 additions and 22 deletions

View File

@@ -100,6 +100,7 @@ modules_enabled = {
--"compression"; -- Stream compression (Debian: requires lua-zlib module to work)
-- Admin interfaces
"admin_shell"; -- Enable admin shell for prosodyctl shell commands
-- "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
--"admin_telnet"; -- Opens telnet console interface on localhost port 5582