mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Add mod_pep to the default config file
This commit is contained in:
parent
3f0c5c91e3
commit
03b2714838
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue