diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-02 14:27:28 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-02 14:27:28 +0000 |
commit | 4102ef8e05fe21ac650f86ba11c1eca8081f827d (patch) | |
tree | 5ab74786a65eed8d1e1c2cc5e257efba65047175 /prosody.cfg.lua.dist | |
parent | eda989030aee68514bac22b6ccefa5801a847246 (diff) | |
download | prosody-4102ef8e05fe21ac650f86ba11c1eca8081f827d.tar.gz prosody-4102ef8e05fe21ac650f86ba11c1eca8081f827d.zip |
prosody.cfg.lua.dist: Remove mod_admin_telnet
mod_admin_shell should preferably be used instead
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 8a6bac59..128ba836 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -65,8 +65,7 @@ modules_enabled = { -- Admin interfaces "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands - --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 - "admin_shell"; -- Allow secure administration via an UNIX socket + "admin_shell"; -- Allow secure administration via 'prosodyctl shell' -- HTTP modules --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" |