1782
|
1 #summary XEP-xxxx: Message Archive Management |
|
2 #labels Stage-Alpha, Deprecated |
|
3 |
|
4 = Introduction = |
|
5 |
|
6 Implementation of [http://matthewwild.co.uk/uploads/message-archive-management.html XEP-xxxx: Message Archive Management]. Like [mod_archive] but much simpler. |
|
7 |
|
8 = Details = |
|
9 |
|
10 The server will have the ability to archive muc messages passing through. |
|
11 |
|
12 = Usage = |
|
13 |
|
14 First copy the module to the prosody plugins directory. |
|
15 |
|
16 Then add "archive_muc" to your modules_enabled list: |
|
17 {{{ |
|
18 modules_enabled = { |
|
19 -- ... |
|
20 "privacy", |
|
21 "archive_muc", |
|
22 -- ... |
|
23 }}} |
|
24 |
|
25 = Configuration = |
|
26 |
|
27 || *Name* || *Description* || *Type* || *Default value* || |
|
28 || auto_muc_archiving_enabled || applied when no any preferences available || boolean || true || |
|
29 |
|
30 = Compatibility = |
|
31 || 0.7.0 || Works || |
|
32 |
|
33 = TODO = |
|
34 Test |
|
35 |
|
36 |
|
37 |
|
38 |