mod_bob/README.markdown
author Kim Alvefur <zash@zash.se>
Mon, 27 Nov 2023 14:27:35 +0100
changeset 5741 72b0fa7e36dc
parent 4237 db75772afb28
permissions -rw-r--r--
mod_storage_s3: Sort archive items by LastModified Otherwise they would get sorted by who knows what, probably the path. Also not sure if the timestamp comparisons were correct before.

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