mod_readonly/README.markdown
author Matthew Wild <mwild1@gmail.com>
Sun, 28 Aug 2022 11:11:50 +0100
changeset 5022 ed2a9a4c4f01
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_sasl2: Return status from event handlers Without this, clients would get "unsupported-stanza-type" even on successfully handled responses.

This module blocks configured queries that change server state.

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

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