Software /
code /
prosody-modules
Comparison
mod_bob/README.markdown @ 3342:3aa5419e3576
mod_bob: Add this new module.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 28 Sep 2018 16:12:18 +0200 |
child | 4233:db75772afb28 |
comparison
equal
deleted
inserted
replaced
3341:1e1dbd7e5b6c | 3342:3aa5419e3576 |
---|---|
1 --- | |
2 summary: Cache Bits of Binary on MUC services | |
3 --- | |
4 | |
5 Description | |
6 =========== | |
7 | |
8 This module extracts cid: URIs (as defined in XEP-0231) from messages, and | |
9 replies with their content whenever another client asks for the actual data. | |
10 | |
11 Usage | |
12 ===== | |
13 | |
14 ```lua | |
15 Component "rooms.example.org" "muc" | |
16 modules_enabled = { | |
17 "bob"; | |
18 ... | |
19 } | |
20 ``` |