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