File

mod_readonly/README.markdown @ 3630:c05e157d987c

mod_muc_occupant_id: Remove unnecessary check on occupant
author Maxime “pep” Buquet <pep@bouah.net>
date Sun, 14 Jul 2019 19:04:16 +0200
parent 3437:ce5d1fa69ba3
line wrap: on
line source

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```