prosody.cfg.lua.dist
changeset 12330 e59b5b1cdc5b
parent 12329 7457d6d27a0f
child 12331 4d6f4f6d0814
equal deleted inserted replaced
12329:7457d6d27a0f 12330:e59b5b1cdc5b
    39 
    39 
    40 	-- Generally required
    40 	-- Generally required
    41 		"roster"; -- Allow users to have a roster. Recommended ;)
    41 		"roster"; -- Allow users to have a roster. Recommended ;)
    42 		"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
    42 		"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
    43 		"tls"; -- Add support for secure TLS on c2s/s2s connections
    43 		"tls"; -- Add support for secure TLS on c2s/s2s connections
    44 		"dialback"; -- s2s dialback support
       
    45 		"disco"; -- Service discovery
    44 		"disco"; -- Service discovery
    46 
    45 
    47 	-- Not essential, but recommended
    46 	-- Not essential, but recommended
    48 		"carbons"; -- Keep multiple clients in sync
    47 		"carbons"; -- Keep multiple clients in sync
    49 		"pep"; -- Enables users to publish their avatar, mood, activity, playing music and more
    48 		"pep"; -- Enables users to publish their avatar, mood, activity, playing music and more
    52 		"vcard4"; -- User profiles (stored in PEP)
    51 		"vcard4"; -- User profiles (stored in PEP)
    53 		"vcard_legacy"; -- Conversion between legacy vCard and PEP Avatar, vcard
    52 		"vcard_legacy"; -- Conversion between legacy vCard and PEP Avatar, vcard
    54 		"limits"; -- Enable bandwidth limiting for XMPP connections
    53 		"limits"; -- Enable bandwidth limiting for XMPP connections
    55 		"bookmarks"; -- Synchronise open rooms between clients
    54 		"bookmarks"; -- Synchronise open rooms between clients
    56 		"smacks"; -- Stream management and resumption (XEP-0198)
    55 		"smacks"; -- Stream management and resumption (XEP-0198)
       
    56 		"dialback"; -- s2s dialback support
    57 
    57 
    58 	-- Nice to have
    58 	-- Nice to have
    59 		"version"; -- Replies to server version requests
    59 		"version"; -- Replies to server version requests
    60 		"uptime"; -- Report how long server has been running
    60 		"uptime"; -- Report how long server has been running
    61 		"time"; -- Let others know the time here on this server
    61 		"time"; -- Let others know the time here on this server