view mod_readonly/README.markdown @ 3988:569f754bd126

mod_csi_muc_priorities: Adjust indentation
author Kim Alvefur <zash@zash.se>
date Wed, 22 Apr 2020 12:42:42 +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" };
}
```