plugins/mod_csi_simple.lua
branch0.11
changeset 9774 76cb409db537
parent 9773 150e9574c149
child 9775 bf92f37de137
--- a/plugins/mod_csi_simple.lua	Sun Jan 06 21:09:50 2019 +0100
+++ b/plugins/mod_csi_simple.lua	Sun Jan 06 21:09:00 2019 +0100
@@ -73,6 +73,9 @@
 		if stanza:get_child("body") then
 			return true;
 		end
+		if stanza:get_child("subject") then
+			return true;
+		end
 		return false;
 	end
 	return true;