prosody/conf.d
grugel-maintro 3670c142e7
Replace archive2 with archive
#38  The messages aren't stored on the server as files. This is due to the use of archive2 instead of just archive as the prosody mam man page tells:

> Legacy message archive
> 
> Early versions of mod_mam (which were available in [prosody-modules](https://prosody.im/community_modules)) stored data in a store called 'archive2'. This store is now just called 'archive'.
> 
> mod_mam can be instructed to use the older store name if you still have data there.
> 
> archive_store = "archive2"; -- the old data
> storage = {
>   archive2 = "sql";
> }
2022-08-23 17:27:49 +00:00
..
01-modules.cfg.lua Enable announce and lastactivity modules 2020-06-28 10:18:32 +02:00
02-storage.cfg.lua Replace archive2 with archive 2022-08-23 17:27:49 +00:00
03-e2e-policy.cfg.lua Fix arrays with multiple values (#14) 2020-10-10 08:55:43 +02:00
04-server_contact_info.cfg.lua Fix arrays with multiple values (#14) 2020-10-10 08:55:43 +02:00
05-vhost.cfg.lua Change global ssl section to http_upload and legacy_ssl sections. It is only needed there. 2020-07-08 17:42:42 +02:00