File

mod_readonly/README.markdown @ 3605:452ae6effd02

mod_extdisco: Also handle XEP-0215 v0.7
author Kim Alvefur <zash@zash.se>
date Thu, 23 May 2019 17:34:49 +0200
parent 3437:ce5d1fa69ba3
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" };
}
```