# HG changeset patch # User Matthew Wild # Date 1679584394 0 # Node ID e480743864681adadd3b4524c2c161b1f85f6595 # Parent 662bd8c5ae2855eed3638d0c28be41faa6eceee9 client: Tell Verse that stanzas are "handled" This should prevent automatic error bounces for iqs, for example. diff -r 662bd8c5ae28 -r e48074386468 scansion/objects/client.lua --- a/scansion/objects/client.lua Thu Mar 23 15:12:30 2023 +0000 +++ b/scansion/objects/client.lua Thu Mar 23 15:13:14 2023 +0000 @@ -104,6 +104,7 @@ client.stream.conn:pause(); client.log("Calling done") done(); + return true; end client.stream:hook("stanza", stanza_handler, 100); verse.add_task(client.stanza_timeout or default_stanza_timeout, function ()