view mod_readonly/README.markdown @ 3494:4feab7e87675

mod_conversejs: Add dependency on mod_bookmarks Converse.js stores bookmarks in PEP
author Kim Alvefur <zash@zash.se>
date Sun, 24 Mar 2019 03:04:34 +0100
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" };
}
```