Software /
code /
prosody-modules
Comparison
mod_mam/README.markdown @ 1978:b91f27f21666
mod_mam/README: Use autolinks
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 17 Dec 2015 16:51:20 +0100 |
parent | 1976:cd36e5bf00b3 |
child | 2012:cdba975e9b6e |
comparison
equal
deleted
inserted
replaced
1977:cc29ec49776d | 1978:b91f27f21666 |
---|---|
5 ... | 5 ... |
6 | 6 |
7 Introduction | 7 Introduction |
8 ============ | 8 ============ |
9 | 9 |
10 Implementation of [XEP-0313: Message Archive | 10 Implementation of [XEP-0313: Message Archive Management]. |
11 Management](http://xmpp.org/extensions/xep-0313.html). | |
12 | 11 |
13 Details | 12 Details |
14 ======= | 13 ======= |
15 | 14 |
16 This module will archive all messages that match the simple rules setup | 15 This module will archive all messages that match the simple rules setup |
35 ============= | 34 ============= |
36 | 35 |
37 Storage backend | 36 Storage backend |
38 --------------- | 37 --------------- |
39 | 38 |
40 mod\_mam uses the store "archive2"[^1]. See [Prosodys data storage | 39 mod\_mam uses the store "archive2"[\^1]. See [Prosodys data storage |
41 documentation](https://prosody.im/doc/storage) for information on how to | 40 documentation][doc:storage] for information on how to configure storage. |
42 configure storage. | |
43 | 41 |
44 For example, to use mod\_storage\_sql: | 42 For example, to use mod\_storage\_sql: |
45 | 43 |
46 ``` {.lua} | 44 ``` {.lua} |
47 storage = { | 45 storage = { |