plugins/mod_carbons.lua
changeset 12238 1c47162dd965
parent 11840 8ccb22c0fa56
child 12312 063ce658c181
--- a/plugins/mod_carbons.lua	Tue Feb 01 14:46:42 2022 +0100
+++ b/plugins/mod_carbons.lua	Tue Jan 11 17:51:26 2022 +0100
@@ -57,7 +57,7 @@
 		return true, "bounce";
 	end
 
-	if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then
+	if stanza:get_child(nil, "urn:xmpp:jingle-message:0") or stanza:get_child(nil, "urn:xmpp:jingle-message:1") then
 		-- XXX Experimental XEP
 		return true, "jingle call";
 	end