Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 1548:b88b30c9e688
prosody.cfg.lua.dist: Add mod_pep to the default config file
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 14 Jul 2009 17:09:18 +0100 |
parent | 1527:47729fa90a6c |
child | 1810:7c45ae42923a |
comparison
equal
deleted
inserted
replaced
1546:7d7bf705675d | 1548:b88b30c9e688 |
---|---|
50 "legacyauth"; -- Legacy authentication. Only used by some old clients and bots. | 50 "legacyauth"; -- Legacy authentication. Only used by some old clients and bots. |
51 "version"; -- Replies to server version requests | 51 "version"; -- Replies to server version requests |
52 "uptime"; -- Report how long server has been running | 52 "uptime"; -- Report how long server has been running |
53 "time"; -- Let others know the time here on this server | 53 "time"; -- Let others know the time here on this server |
54 "ping"; -- Replies to XMPP pings with pongs | 54 "ping"; -- Replies to XMPP pings with pongs |
55 "pep"; -- Enables users to publish their mood, activity, playing music and more | |
55 "register"; -- Allow users to register on this server using a client and change passwords | 56 "register"; -- Allow users to register on this server using a client and change passwords |
56 | 57 |
57 -- Other specific functionality | 58 -- Other specific functionality |
58 --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. | 59 --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. |
59 --"console"; -- telnet to port 5582 (needs console_enabled = true) | 60 --"console"; -- telnet to port 5582 (needs console_enabled = true) |