diff --git a/source/org/jivesoftware/smack/packet/IQ.java b/source/org/jivesoftware/smack/packet/IQ.java index f5182a458..fc0e8e270 100644 --- a/source/org/jivesoftware/smack/packet/IQ.java +++ b/source/org/jivesoftware/smack/packet/IQ.java @@ -107,11 +107,6 @@ public class IQ extends Packet { buf.append(queryXML); } buf.append(""); - // Add packet properties, if any are defined. - String propertiesXML = getPropertiesXML(); - if (propertiesXML != null) { - buf.append(propertiesXML); - } // Add the error sub-packet, if there is one. XMPPError error = getError(); if (error != null) {