Prosody: Fix example config
This commit is contained in:
parent
7479b6b29e
commit
e8f2bfddc3
1 changed files with 2 additions and 6 deletions
|
@ -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";
|
||||||
|
|
Reference in a new issue