diff -r a95940c32ed0 -r 89c638496fe1 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Wed Mar 02 14:32:32 2022 +0000 +++ b/prosody.cfg.lua.dist Wed Mar 02 15:20:21 2022 +0000 @@ -40,21 +40,21 @@ -- Not essential, but recommended "blocklist"; -- Allow users to block communications with other users - "bookmarks"; -- Synchronise open rooms between clients - "carbons"; -- Keep multiple clients in sync - "dialback"; -- s2s dialback support + "bookmarks"; -- Synchronise the list of open rooms between clients + "carbons"; -- Keep multiple online clients in sync + "dialback"; -- Support for verifying remote servers using DNS "limits"; -- Enable bandwidth limiting for XMPP connections - "pep"; -- Enables users to publish their avatar, mood, activity, playing music and more - "private"; -- Private XML storage (for room bookmarks, etc.) + "pep"; -- Allow users to store public and private data in their account + "private"; -- Legacy account storage mechanism (XEP-0049) "smacks"; -- Stream management and resumption (XEP-0198) "vcard4"; -- User profiles (stored in PEP) "vcard_legacy"; -- Conversion between legacy vCard and PEP Avatar, vcard -- Nice to have - "csi_simple"; -- Simple Mobile optimizations + "csi_simple"; -- Simple but effective traffic optimizations for mobile devices "invites"; -- Create and manage invites - "invites_register"; -- Create accounts using invites - "invites_adhoc"; -- Create invites via AdHoc command + "invites_adhoc"; -- Allow admins/users to create invitations via their client + "invites_register"; -- Allows invited users to create accounts "ping"; -- Replies to XMPP pings with pongs "register"; -- Allow users to register on this server using a client and change passwords "time"; -- Let others know the time here on this server