view mod_readonly/README.markdown @ 5877:70fa3f8de249

mod_sasl2_fast: Update reference to now published XEP-0484 (thanks gooya)
author Kim Alvefur <zash@zash.se>
date Sat, 30 Mar 2024 15:10:51 +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" };
}
```