Class IQResultReplyFilter

    • Constructor Detail

      • IQResultReplyFilter

        public IQResultReplyFilter​(IQ iqPacket,
                                   XMPPConnection conn)
    • Method Detail

      • accept

        public boolean accept​(Stanza packet)
        Description copied from interface: StanzaFilter
        Tests whether or not the specified stanza should pass the filter.
        Specified by:
        accept in interface StanzaFilter
        Overrides:
        accept in class IQReplyFilter
        Parameters:
        packet - the stanza to test.
        Returns:
        true if and only if stanza passes the filter.