view mod_readonly/README.markdown @ 3674:8ee5816363b0

mod_muc_webchat_url/README: Fix template option name
author Kim Alvefur <zash@zash.se>
date Tue, 17 Sep 2019 17:31:18 +0200
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" };
}
```