Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3531:3bece2db869c
mod_pubsub_github: Assume unspecified event is 'push' if there are commits in payload
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 31 Mar 2019 19:10:23 +0200 |
parents | ce5d1fa69ba3 |
children |
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" }; } ```