diff --git a/source/org/jivesoftware/smack/packet/IQ.java b/source/org/jivesoftware/smack/packet/IQ.java index 7137f73b7..0a28c952a 100644 --- a/source/org/jivesoftware/smack/packet/IQ.java +++ b/source/org/jivesoftware/smack/packet/IQ.java @@ -130,7 +130,7 @@ public abstract class IQ extends Packet { /** * Returns the sub-element XML section of the IQ packet, or null if there - * isn't one.

+ * isn't one. Packet extensions must be included, if any are defined.

* * Extensions of this class must override this method. *