4 summary: 'XEP-0136: Message Archiving frontend for mod\_mam'
10 Implementation of [XEP-0136: Message
11 Archiving](http://xmpp.org/extensions/xep-0136.html) for
12 [mod\_mam](mod_mam.html).
17 See [mod\_mam] for details.
22 First configure mod\_mam as specified in it's [wiki][mod\_mam]. Make
23 sure it uses sql2 storage backend.
25 Then add "mam\_archive" to your modules\_enabled list:
36 Because of the fact that [XEP-0136] defines a 'conversation' concept not
37 present in [XEP-0313], we have to assume some periods of chat history as
40 Conversation interval defaults to one day, to provide for a convenient
43 archive_conversation_interval = 86400; -- defined in seconds. One day by default
45 That is the only reason SQL database is required as well.
50 ------ ---------------
53 ------ ---------------
55 ------------ ------------
59 ------------ ------------