1782
|
1 #summary XML archive storage
|
|
2 #labels Stage-Beta,Type-Storage,ArchiveStorage
|
|
3
|
|
4 = Introduction =
|
|
5
|
|
6 This module implements stanza archives using files, similar to the default "internal" storage.
|
|
7
|
|
8 = Details =
|
|
9
|
|
10 Refer to [https://prosody.im/doc/storage Prosodys data storage documentation].
|
|
11
|
|
12 Note that this module does not implement the "keyval" storage method and
|
|
13 can't be used by anything other than archives, eg MAM and MUC logs.
|
|
14
|
|
15 = Compatibility =
|
|
16
|
|
17 || >=0.10 || Should work ||
|