diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-07-14 17:09:18 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-07-14 17:09:18 +0100 |
commit | 03b271483880edddaa4df17f60ac261dc9c14a5f (patch) | |
tree | 47a5bcb0e191aa5cd446bcb0c07579dc54a73ee2 | |
parent | 3f0c5c91e393ef93d6df18fbbc73f5ee8d47bc2f (diff) | |
download | prosody-03b271483880edddaa4df17f60ac261dc9c14a5f.tar.gz prosody-03b271483880edddaa4df17f60ac261dc9c14a5f.zip |
prosody.cfg.lua.dist: Add mod_pep to the default config file
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 0cbab947..38618131 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -52,6 +52,7 @@ Host "*" "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
|