Archived
1
0
Fork 0

Prosody: Fix example config

This commit is contained in:
Joerg Elfring 2019-01-01 18:28:45 +01:00
parent 7479b6b29e
commit e8f2bfddc3

View file

@ -49,11 +49,8 @@ modules_enabled = {
-- Not essential, but recommended -- Not essential, but recommended
"private"; -- Private XML storage (for room bookmarks, etc.) "private"; -- Private XML storage (for room bookmarks, etc.)
"vcard"; -- Allow users to set vCards "vcard4";
"vcard_legacy";
-- These are commented by default as they have a performance impact
--"privacy"; -- Support privacy lists
--"compression"; -- Stream compression
-- Nice to have -- Nice to have
"version"; -- Replies to server version requests "version"; -- Replies to server version requests
@ -88,7 +85,6 @@ modules_enabled = {
"csi"; "csi";
"mam"; "mam";
"privacy_lists"; "privacy_lists";
"profile";
"smacks"; "smacks";
"smacks_offline"; "smacks_offline";
"http_upload"; "http_upload";