Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 5588:f16720087ef2
mod_webpresence: Add opt-in mechanism.
author | Trần H. Trung <work@trung.fun> |
---|---|
date | Tue, 23 May 2023 23:45:00 +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" }; } ```