Comparison

mod_muc_mam_hints/README.md @ 6003:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parent 3463:mod_muc_mam_hints/README.markdown@2aaf93d2b219
comparison
equal deleted inserted replaced
6002:5a65a632d5b9 6003:fe081789f7b5
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 ```