Changeset

3490:957b40dc6d7c

prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config
author Matthew Wild <mwild1@gmail.com>
date Sun, 05 Sep 2010 19:28:37 +0100
parents 3489:1b76d18e8045
children 3491:e8c06d20a18b
files prosody.cfg.lua.dist
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Sun Sep 05 18:00:21 2010 +0100
+++ b/prosody.cfg.lua.dist	Sun Sep 05 19:28:37 2010 +0100
@@ -52,6 +52,8 @@
 		"ping"; -- Replies to XMPP pings with pongs
 		"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
 
 	-- Other specific functionality
 		--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.