view mod_readonly/README.markdown @ 4074:4b84beb48ba0

mod_muc_rai: Ignore presence to host that doesn't contain the <rai/> element
author Matthew Wild <mwild1@gmail.com>
date Wed, 19 Aug 2020 15:14:00 +0100
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" };
}
```