Software /
code /
prosody
Diff
prosody.cfg.lua.dist @ 12346:2b5806c092f9
prosody.cfg.lua.dist: Remove mod_admin_telnet
mod_admin_shell should preferably be used instead
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 02 Mar 2022 14:27:28 +0000 |
parent | 12345:013dcf34e8e6 |
child | 12347:bedf13eb573f |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Wed Mar 02 14:27:05 2022 +0000 +++ b/prosody.cfg.lua.dist Wed Mar 02 14:27:28 2022 +0000 @@ -65,8 +65,7 @@ -- 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"