comparison mod_mam/README.markdown @ 2013:a8ec8491fdee

mod_mam/README: Point out that mod_storage_sql only supports archives in 0.10
author Kim Alvefur <zash@zash.se>
date Mon, 18 Jan 2016 12:03:17 +0100
parents cdba975e9b6e
children 7f90692bbd23
comparison
equal deleted inserted replaced
2012:cdba975e9b6e 2013:a8ec8491fdee
45 --------------- 45 ---------------
46 46
47 mod\_mam uses the store "archive2"[\^1]. See [Prosodys data storage 47 mod\_mam uses the store "archive2"[\^1]. See [Prosodys data storage
48 documentation][doc:storage] for information on how to configure storage. 48 documentation][doc:storage] for information on how to configure storage.
49 49
50 For example, to use mod\_storage\_sql: 50 For example, to use mod\_storage\_sql (requires Prosody 0.10 or later):
51 51
52 ``` {.lua} 52 ``` {.lua}
53 storage = { 53 storage = {
54 archive2 = "sql"; 54 archive2 = "sql";
55 } 55 }