Software /
code /
prosody-modules
Comparison
mod_muc_mam_hints/README.md @ 6211:750d64c47ec6 draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:31:36 +0700 |
parent | 6003:fe081789f7b5 |
comparison
equal
deleted
inserted
replaced
6210:24316a399978 | 6211:750d64c47ec6 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: 'Support XEP-0334: Message Processing Hints for MUC messages' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module will check for MUC messages with XEP-0334 Message | |
11 Processing Hints tags to qualify those messages as "historic" | |
12 for later MAM archiving or not. | |
13 | |
14 Usage | |
15 ===== | |
16 | |
17 First copy the module to the prosody plugins directory. | |
18 | |
19 Then add "muc\_mam\_hints" to your modules\_enabled list in your MUC | |
20 component: | |
21 | |
22 ``` {.lua} | |
23 Component "conference.example.org" "muc" | |
24 modules_enabled = { | |
25 "muc_mam", | |
26 "muc_mam_hints", | |
27 } | |
28 ``` |