Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 5640:5e7e609fae0c
mod_invites_register_web: add inviter back in every html render.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 01 Aug 2023 01:27:45 +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" }; } ```