# HG changeset patch # User Stephen Paul Weber # Date 1750785231 18000 # Node ID 2488254c1bc258fc24b0b9cc64be8d5d2fd4f857 # Parent 27bb0bc3f4b51272b869ef0243ce1a03b6fb51db mod_push2: Also push call retractions So the device can know to stop ringing diff -r 27bb0bc3f4b5 -r 2488254c1bc2 mod_push2/mod_push2.lua --- a/mod_push2/mod_push2.lua Tue Jun 24 12:13:27 2025 -0500 +++ b/mod_push2/mod_push2.lua Tue Jun 24 12:13:51 2025 -0500 @@ -152,6 +152,10 @@ if stanza:get_child("propose", "urn:xmpp:jingle-message:0") then return true, "jingle call" end + + if stanza:get_child("retract", "urn:xmpp:jingle-message:0") then + return true, "jingle call retract" + end end end