mod_readonly/README.markdown
author Matthew Wild <mwild1@gmail.com>
Wed, 12 Jan 2022 16:42:08 +0000
changeset 4869 bd0a1f917d98
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_http_xep227: New module providing HTTP API for account data import/export

This module blocks configured queries that change server state.

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

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