view mod_readonly/README.markdown @ 3983:effe2d93a59c

mod_smacks: Fix mam handling
author tmolitor <thilo@eightysoft.de>
date Mon, 20 Apr 2020 14:40:09 +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" };
}
```