view mod_readonly/README.markdown @ 4297:4a5c4a352b78

mod_muc_rai: Use xmlns from XEP-0437
author JC Brand <jc@opkode.com>
date Mon, 14 Dec 2020 13:05:18 +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" };
}
```