Software / code / prosody-modules
Comparison
mod_mam_adhoc/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1782:mod_mam_adhoc/README.wiki@29f3d6b7ad16 |
| child | 1820:8de50be756e5 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Alpha' | |
| 4 summary: 'Ad-hoc interface to Message Archive Management Settings' | |
| 5 ... | |
| 6 | |
| 7 Introduction | |
| 8 ============ | |
| 9 | |
| 10 This module complements mod\_mam by allowing clients to change archiving | |
| 11 preferences through an Ad-hoc command. | |
| 12 | |
| 13 Details | |
| 14 ======= | |
| 15 | |
| 16 When enabled, an "Archive Settings" command should appear in the list of | |
| 17 Ad-hoc commands available. This allows the user to change default policy | |
| 18 (always, never, roster) and which JIDs to always store or never store. | |
| 19 | |
| 20 Usage | |
| 21 ===== | |
| 22 | |
| 23 First copy the module to the prosody plugins directory. | |
| 24 | |
| 25 Then add "mam\_adhoc" to your modules\_enabled list: | |
| 26 | |
| 27 modules_enabled = { | |
| 28 -- ... | |
| 29 "mam", | |
| 30 "mam_adhoc", | |
| 31 -- ... | |
| 32 } |