Software /
code /
prosody
Changeset
13492:dbf6e5404c7f 0.12
scansion: Enable blocklist compat during tests to fix CI
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 12 Jun 2024 23:00:24 +0200 |
parents | 13488:b2b090181270 |
children | 13494:4c3d6ed9c823 13497:da9be0ad4bbc |
files | spec/scansion/prosody.cfg.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/spec/scansion/prosody.cfg.lua Fri Mar 31 22:01:27 2023 +0200 +++ b/spec/scansion/prosody.cfg.lua Wed Jun 12 23:00:24 2024 +0200 @@ -111,6 +111,8 @@ mam_smart_enable = true +bounce_blocked_messages = true + -- For the "sql" backend, you can uncomment *one* of the below to configure: --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename. --sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" }