prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules

Fri, 17 Dec 2010 17:11:04 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 17 Dec 2010 17:11:04 +0000
changeset 3767
3ba97d1d7a62
parent 3766
0d7137fee360
child 3768
01cc9cbcbd52

prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules

prosody.cfg.lua.dist file | annotate | diff | comparison | revisions
--- a/prosody.cfg.lua.dist	Fri Dec 17 17:28:05 2010 +0100
+++ b/prosody.cfg.lua.dist	Fri Dec 17 17:11:04 2010 +0000
@@ -53,11 +53,13 @@
 		"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

mercurial