# HG changeset patch # User Matthew Wild # Date 1646231248 0 # Node ID 2b5806c092f9750f2b0128dd9f35b001b75ab75b # Parent 013dcf34e8e6eb87694de4981eb0317c01cfb5a4 prosody.cfg.lua.dist: Remove mod_admin_telnet mod_admin_shell should preferably be used instead diff -r 013dcf34e8e6 -r 2b5806c092f9 prosody.cfg.lua.dist --- 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"