view mod_readonly/README.markdown @ 3548:8a15a9b13881

mod_muc_gc10: Abort on Prosody 0.11
author Kim Alvefur <zash@zash.se>
date Wed, 03 Apr 2019 11:57:37 +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" };
}
```