Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 4001:0cb0605f3f38
mod_turncredentials/README: Link to credential spec
Internet-Draft but whatever.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 30 Apr 2020 13:14:36 +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" }; } ```