Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 7517:e81ceca529c5
Default configuration: Remove trailing whitespaces
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 24 Jul 2016 17:36:15 +0100 |
parent | 7359:a5a080c12c96 |
child | 8268:e21d82551e05 |
comparison
equal
deleted
inserted
replaced
7516:f74ff35a4b03 | 7517:e81ceca529c5 |
---|---|
39 "disco"; -- Service discovery | 39 "disco"; -- Service discovery |
40 | 40 |
41 -- Not essential, but recommended | 41 -- Not essential, but recommended |
42 "private"; -- Private XML storage (for room bookmarks, etc.) | 42 "private"; -- Private XML storage (for room bookmarks, etc.) |
43 "vcard"; -- Allow users to set vCards | 43 "vcard"; -- Allow users to set vCards |
44 | 44 |
45 -- These are commented by default as they have a performance impact | 45 -- These are commented by default as they have a performance impact |
46 --"blocklist"; -- Allow users to block communications with other users | 46 --"blocklist"; -- Allow users to block communications with other users |
47 --"compression"; -- Stream compression | 47 --"compression"; -- Stream compression |
48 | 48 |
49 -- Nice to have | 49 -- Nice to have |
55 "register"; -- Allow users to register on this server using a client and change passwords | 55 "register"; -- Allow users to register on this server using a client and change passwords |
56 | 56 |
57 -- Admin interfaces | 57 -- Admin interfaces |
58 "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands | 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 | 59 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 |
60 | 60 |
61 -- HTTP modules | 61 -- HTTP modules |
62 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" | 62 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" |
63 --"http_files"; -- Serve static files from a directory over HTTP | 63 --"http_files"; -- Serve static files from a directory over HTTP |
64 | 64 |
65 -- Other specific functionality | 65 -- Other specific functionality |