Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 3655:d7b589dec591
mod_vcard_muc: Factor out avatar hash retrieval into a function for easier reuse
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 23 Aug 2019 23:01:16 +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" }; } ```