view mod_readonly/README.markdown @ 4705:ace4f251a64b

mod_cloud_notify_extensions: Convenience meta-module for Tigase push extensions
author Matthew Wild <mwild1@gmail.com>
date Sun, 10 Oct 2021 20:10:29 +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" };
}
```