Mercurial > prosody-modules
comparison mod_storage_xmlarchive/README.md @ 5982:cf877e16df70
mod_storage_xmlarchive: Reorganize Readme Layout
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 11:25:43 +0200 |
| parents | fe081789f7b5 |
| children |
comparison
equal
deleted
inserted
replaced
| 5981:bd9805f3aba1 | 5982:cf877e16df70 |
|---|---|
| 40 information. | 40 information. |
| 41 | 41 |
| 42 Note that this module does not implement the "keyval" storage method and | 42 Note that this module does not implement the "keyval" storage method and |
| 43 can't be used by anything other than archives. | 43 can't be used by anything other than archives. |
| 44 | 44 |
| 45 Compatibility | |
| 46 ============= | |
| 47 | 45 |
| 48 ------ --------------- | 46 ### Conversion to or from internal storage |
| 49 trunk Should work | |
| 50 0.11 Works | |
| 51 0.10 Should work | |
| 52 0.9 Does not work | |
| 53 ------ --------------- | |
| 54 | |
| 55 Conversion to or from internal storage | |
| 56 -------------------------------------- | |
| 57 | 47 |
| 58 This module stores data in a way that overlaps with the more recent | 48 This module stores data in a way that overlaps with the more recent |
| 59 archive support in `mod_storage_internal`, meaning e.g. [mod_migrate] | 49 archive support in `mod_storage_internal`, meaning e.g. [mod_migrate] |
| 60 will not be able to cleanly convert to or from the `xmlarchive` format. | 50 will not be able to cleanly convert to or from the `xmlarchive` format. |
| 61 | 51 |
| 106 | 96 |
| 107 ## Limitations | 97 ## Limitations |
| 108 | 98 |
| 109 - Only XML stanzas can be stored. | 99 - Only XML stanzas can be stored. |
| 110 - The deletion method only supports removing entire days at a time. | 100 - The deletion method only supports removing entire days at a time. |
| 101 | |
| 102 Compatibility | |
| 103 ============= | |
| 104 | |
| 105 ------ --------------- | |
| 106 trunk Works | |
| 107 0.12 Works | |
| 108 ------ --------------- |
