Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4508:0329cf8cdecb
mod_pubsub_eventsource: Fix processing of newlines
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 12 Mar 2021 21:32:03 +0100 |
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" }; } ```