Software /
code /
prosody
Diff
spec/scansion/prosody.cfg.lua @ 9730:69ef22961b7d
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 23 Dec 2018 15:34:19 +0100 |
parent | 9702:3a1b07d8c314 |
parent | 9729:4f6413ec08a8 |
child | 10238:9cfefd57da05 |
line wrap: on
line diff
--- a/spec/scansion/prosody.cfg.lua Sun Dec 23 15:01:37 2018 +0100 +++ b/spec/scansion/prosody.cfg.lua Sun Dec 23 15:34:19 2018 +0100 @@ -26,7 +26,7 @@ "time"; -- Let others know the time here on this server "ping"; -- Replies to XMPP pings with pongs "register"; -- Allow users to register on this server using a client and change passwords - --"mam"; -- Store messages in an archive and allow users to access it + "mam"; -- Store messages in an archive and allow users to access it --"csi_simple"; -- Simple Mobile optimizations -- Admin interfaces @@ -65,6 +65,7 @@ storage = "memory" +mam_smart_enable = true -- For the "sql" backend, you can uncomment *one* of the below to configure: --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename.