X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosody.cfg.lua.dist;h=e4afce5bffc204da05e38eda9acbacdffa6a29e1;hb=97098941ecd27692b61a1d8345f8954302e15633;hp=6cd928406dea63183a16e571e78aaf6a8d6883dd;hpb=c36c9fb30548947ff3eb664dc633a222f8f3039c;p=prosody.git diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 6cd92840..e4afce5b 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -53,11 +53,13 @@ modules_enabled = { "pep"; -- Enables users to publish their mood, activity, playing music and more "register"; -- Allow users to register on this server using a client and change passwords "adhoc"; -- Support for "ad-hoc commands" that can be executed with an XMPP client - "admin_adhoc"; -- Offer a range of administrative ad-hoc commands to server admins + + -- 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 -- Other specific functionality --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. - --"console"; -- Opens admin telnet interface on localhost port 5582 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" --"httpserver"; -- Serve static files from a directory over HTTP --"groups"; -- Shared roster support