Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 3519:ac623080324a
mod_pubsub_github: Only put first line of commit message in title, rest in content
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 31 Mar 2019 18:16:49 +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" }; } ```