Merge commit
authortmolitor <thilo@eightysoft.de>
Sun, 07 Nov 2021 14:41:43 +0100
changeset 4765 ea1ecbc1d04d
parent 4764 367a8020bd92 (diff)
parent 4763 f649305d0bec (current diff)
child 4766 ba312cd7907f
Merge commit
--- a/mod_smacks/mod_smacks.lua	Sun Nov 07 14:30:24 2021 +0100
+++ b/mod_smacks/mod_smacks.lua	Sun Nov 07 14:41:43 2021 +0100
@@ -387,6 +387,8 @@
 		for i=1,#queue do
 			origin.log("debug", "Q item %d: %s", i, tostring(queue[i]));
 		end
+        origin:close{ condition = "undefined-condition"; text = "Client acknowledged more stanzas than sent by server"; };
+        return;
 	end
 
 	for i=1,math_min(handled_stanza_count,#queue) do