mod_mam/README.markdown
changeset 2017 a8ec8491fdee
parent 2016 cdba975e9b6e
child 2019 7f90692bbd23
equal deleted inserted replaced
2016:cdba975e9b6e 2017: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 }