view mod_readonly/README.markdown @ 4007:845d13ab0dc0

mod_muc_batched_probe: Call instance method
author JC Brand <jc@opkode.com>
date Fri, 01 May 2020 11:34:09 +0200
parents ce5d1fa69ba3
children
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" };
}
```