mod_bob/README.markdown
author Kim Alvefur <zash@zash.se>
Thu, 23 Apr 2020 20:11:18 +0200
changeset 3994 daabba8fb45b
parent 3346 3aa5419e3576
child 4237 db75772afb28
permissions -rw-r--r--
mod_s2s_auth_dane: It broke :(

---
summary: Cache Bits of Binary on MUC services
---

Description
===========

This module extracts cid: URIs (as defined in XEP-0231) from messages, and
replies with their content whenever another client asks for the actual data.

Usage
=====

```lua
Component "rooms.example.org" "muc"
	modules_enabled = {
		"bob";
		...
	}
```