Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 5589:c362833be557
mod_invites_register_web: Add html template and URL configuration for multiple (human) language.
author | Trần H. Trung <work@trung.fun> |
---|---|
date | Fri, 26 May 2023 01:37:08 +0700 |
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" }; } ```