Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 3858:29c39876c4af
mod_rest: Ensure iq responses have type result if they're not errors
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 25 Jan 2020 01:55:23 +0100 |
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" }; } ```