aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-12-17 17:11:04 +0000
committerMatthew Wild <mwild1@gmail.com>2010-12-17 17:11:04 +0000
commitf8e688ecf76064fa2e9b053d97700f91fdc4462b (patch)
tree41cf8e1784e4d0eb790039d0ec1e15779ff96c06 /prosody.cfg.lua.dist
parent8f9442b31c9699ac02c67d2769c7df17fd659be2 (diff)
downloadprosody-f8e688ecf76064fa2e9b053d97700f91fdc4462b.tar.gz
prosody-f8e688ecf76064fa2e9b053d97700f91fdc4462b.zip
prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist6
1 files changed, 4 insertions, 2 deletions
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