From 29d0db3fd77e2b8a4857d638ebc5b2fbc8ab6b61 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 5 Sep 2010 19:28:37 +0100 Subject: prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config --- prosody.cfg.lua.dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prosody.cfg.lua.dist') diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 244d3415..889e19b2 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -52,6 +52,8 @@ modules_enabled = { "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. -- cgit v1.2.3