Comparison

mod_bob/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 4233:mod_bob/README.markdown@db75772afb28
comparison
equal deleted inserted replaced
6002:5a65a632d5b9 6003:fe081789f7b5
1 ---
2 summary: Cache Bits of Binary on MUC services
3 rockspec:
4 dependencies:
5 - mod_cache_c2s_caps
6 ---
7
8 Description
9 ===========
10
11 This module extracts cid: URIs (as defined in XEP-0231) from messages, and
12 replies with their content whenever another client asks for the actual data.
13
14 Usage
15 =====
16
17 ```lua
18 Component "rooms.example.org" "muc"
19 modules_enabled = {
20 "bob";
21 ...
22 }
23 ```