# HG changeset patch # User Kim Alvefur <zash@zash.se> # Date 1718227248 -7200 # Node ID 4c3d6ed9c823fcbb7663cc3a8a4f59ef0bfd7e8c # Parent 933c669628a3c67880285d26732e495cb0d0179c# Parent dbf6e5404c7f9492467665b37f75df0c4fd6e16a Merge 0.12->trunk diff -r 933c669628a3 -r 4c3d6ed9c823 spec/scansion/prosody.cfg.lua --- a/spec/scansion/prosody.cfg.lua Wed Jun 12 23:14:55 2024 +0200 +++ b/spec/scansion/prosody.cfg.lua Wed Jun 12 23:20:48 2024 +0200 @@ -103,6 +103,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" }