mod_readonly/README.markdown
author tmolitor <thilo@eightysoft.de>
Sat, 02 Jul 2022 02:30:06 +0200
changeset 4973 889e1695e935
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_csi_battery_saver: Add support for urn:xmpp:jingle-message:1 (XEP-0353)

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```