mod_readonly/README.markdown
author Kim Alvefur <zash@zash.se>
Mon, 28 Jun 2021 04:12:47 +0200
changeset 4604 98864dffb231
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_pubsub_summary: Fix conversion of emphasis _like this_ per XEP-0393

This module blocks configured queries that change server state.

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

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