diff mod_mam/README.markdown @ 2017:d44ac0756c46

mod_mam: Enable archiving by default, less of a privacy issue if messages expire
author Kim Alvefur <zash@zash.se>
date Tue, 19 Jan 2016 13:34:53 +0100
parents 279885fd9728
children 77b9c7e5fd63
line wrap: on
line diff
--- a/mod_mam/README.markdown	Tue Jan 19 13:34:16 2016 +0100
+++ b/mod_mam/README.markdown	Tue Jan 19 13:34:53 2016 +0100
@@ -39,7 +39,7 @@
   option                         type                    default
   ------------------------------ ----------------------- ---------
   max\_archive\_query\_results   number                  `50`
-  default\_archive\_policy       boolean or `"roster"`   `false`
+  default\_archive\_policy       boolean or `"roster"`   `true`
   archive\_expires\_after        string                  `"1w"`
 
 Storage backend
@@ -97,12 +97,10 @@
 
 The MAM protocol includes a way for clients to control what messages
 should be stored. This allows users to enable or disable archiving by
-default or for specific contacts. This module will log no messages by
-default, for privacy concerns. If you decide to change this, you should
-inform your users.
+default or for specific contacts.
 
 ``` {.lua}
-default_archive_policy = false
+default_archive_policy = true
 ```
 
   `default_archive_policy =`   Meaning