Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 3886:b40fbbd15ba3
prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Dec 2010 17:11:04 +0000 |
parent | 3493:f2b6115b531b |
child | 3906:877262704c44 |
comparison
equal
deleted
inserted
replaced
3885:aa6ca3a7b940 | 3886:b40fbbd15ba3 |
---|---|
51 "time"; -- Let others know the time here on this server | 51 "time"; -- Let others know the time here on this server |
52 "ping"; -- Replies to XMPP pings with pongs | 52 "ping"; -- Replies to XMPP pings with pongs |
53 "pep"; -- Enables users to publish their mood, activity, playing music and more | 53 "pep"; -- Enables users to publish their mood, activity, playing music and more |
54 "register"; -- Allow users to register on this server using a client and change passwords | 54 "register"; -- Allow users to register on this server using a client and change passwords |
55 "adhoc"; -- Support for "ad-hoc commands" that can be executed with an XMPP client | 55 "adhoc"; -- Support for "ad-hoc commands" that can be executed with an XMPP client |
56 "admin_adhoc"; -- Offer a range of administrative ad-hoc commands to server admins | 56 |
57 -- Admin interfaces | |
58 "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands | |
59 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 | |
57 | 60 |
58 -- Other specific functionality | 61 -- Other specific functionality |
59 --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. | 62 --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. |
60 --"console"; -- Opens admin telnet interface on localhost port 5582 | |
61 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" | 63 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" |
62 --"httpserver"; -- Serve static files from a directory over HTTP | 64 --"httpserver"; -- Serve static files from a directory over HTTP |
63 --"groups"; -- Shared roster support | 65 --"groups"; -- Shared roster support |
64 --"announce"; -- Send announcement to all online users | 66 --"announce"; -- Send announcement to all online users |
65 --"welcome"; -- Welcome users who register accounts | 67 --"welcome"; -- Welcome users who register accounts |