view mod_readonly/README.markdown @ 3545:c1d7e6752d18

mod_csi_muc_priorities: Add a README
author Kim Alvefur <zash@zash.se>
date Wed, 03 Apr 2019 00:03:15 +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" };
}
```