# HG changeset patch # User Matthew Wild # Date 1247587758 -3600 # Node ID b88b30c9e688632b1bb7e5e5ea1d7ba1562a1cc9 # Parent 7d7bf705675d493576cacfa9db989f598d31de97 prosody.cfg.lua.dist: Add mod_pep to the default config file diff -r 7d7bf705675d -r b88b30c9e688 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Mon Jul 13 21:17:51 2009 +0100 +++ b/prosody.cfg.lua.dist Tue Jul 14 17:09:18 2009 +0100 @@ -52,6 +52,7 @@ "uptime"; -- Report how long server has been running "time"; -- Let others know the time here on this server "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 -- Other specific functionality