Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 3711:309fa523c424
mod_conversejs: Update compatibility section, pretty sure it works with 0.11
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 11 Oct 2019 11:02:55 +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" }; } ```