File

mod_readonly/README.markdown @ 6001:0afd0adbe050

Update mod_smacks status to obsolete - included in prosody
author Menel <menel@snikket.de>
date Mon, 21 Oct 2024 21:50:58 +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" };
}
```