Class ErrorIQ

    • Constructor Detail

      • ErrorIQ

        public ErrorIQ​(StanzaError stanzaError)
        Constructs a new error IQ.

        According to RFC 6120 ยง 8.3.1 "4. An error stanza MUST contain an <error/> child element.", so the xmppError argument is mandatory.

        Parameters:
        stanzaError - the stanzaError (required).