Comparison

prosody.cfg.lua.dist @ 12349:89c638496fe1

prosody.cfg.lua.dist: Improved descriptions for a number of modules
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Mar 2022 15:20:21 +0000
parent 12348:a95940c32ed0
child 12350:afe310107302
comparison
equal deleted inserted replaced
12348:a95940c32ed0 12349:89c638496fe1
38 "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. 38 "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
39 "tls"; -- Add support for secure TLS on c2s/s2s connections 39 "tls"; -- Add support for secure TLS on c2s/s2s connections
40 40
41 -- Not essential, but recommended 41 -- Not essential, but recommended
42 "blocklist"; -- Allow users to block communications with other users 42 "blocklist"; -- Allow users to block communications with other users
43 "bookmarks"; -- Synchronise open rooms between clients 43 "bookmarks"; -- Synchronise the list of open rooms between clients
44 "carbons"; -- Keep multiple clients in sync 44 "carbons"; -- Keep multiple online clients in sync
45 "dialback"; -- s2s dialback support 45 "dialback"; -- Support for verifying remote servers using DNS
46 "limits"; -- Enable bandwidth limiting for XMPP connections 46 "limits"; -- Enable bandwidth limiting for XMPP connections
47 "pep"; -- Enables users to publish their avatar, mood, activity, playing music and more 47 "pep"; -- Allow users to store public and private data in their account
48 "private"; -- Private XML storage (for room bookmarks, etc.) 48 "private"; -- Legacy account storage mechanism (XEP-0049)
49 "smacks"; -- Stream management and resumption (XEP-0198) 49 "smacks"; -- Stream management and resumption (XEP-0198)
50 "vcard4"; -- User profiles (stored in PEP) 50 "vcard4"; -- User profiles (stored in PEP)
51 "vcard_legacy"; -- Conversion between legacy vCard and PEP Avatar, vcard 51 "vcard_legacy"; -- Conversion between legacy vCard and PEP Avatar, vcard
52 52
53 -- Nice to have 53 -- Nice to have
54 "csi_simple"; -- Simple Mobile optimizations 54 "csi_simple"; -- Simple but effective traffic optimizations for mobile devices
55 "invites"; -- Create and manage invites 55 "invites"; -- Create and manage invites
56 "invites_register"; -- Create accounts using invites 56 "invites_adhoc"; -- Allow admins/users to create invitations via their client
57 "invites_adhoc"; -- Create invites via AdHoc command 57 "invites_register"; -- Allows invited users to create accounts
58 "ping"; -- Replies to XMPP pings with pongs 58 "ping"; -- Replies to XMPP pings with pongs
59 "register"; -- Allow users to register on this server using a client and change passwords 59 "register"; -- Allow users to register on this server using a client and change passwords
60 "time"; -- Let others know the time here on this server 60 "time"; -- Let others know the time here on this server
61 "uptime"; -- Report how long server has been running 61 "uptime"; -- Report how long server has been running
62 "version"; -- Replies to server version requests 62 "version"; -- Replies to server version requests