File

mod_bob/README.markdown @ 4735:58a20d5ac6e9

mod_rest: Fire pre-events Let event handlers on pre-events have effect.
author Kim Alvefur <zash@zash.se>
date Mon, 01 Nov 2021 15:51:59 +0100
parent 4233:db75772afb28
line wrap: on
line source

---
summary: Cache Bits of Binary on MUC services
rockspec:
  dependencies:
    - mod_cache_c2s_caps
---

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";
		...
	}
```