Class AbstractFromToMatchesFilter

    • Constructor Detail

      • AbstractFromToMatchesFilter

        protected AbstractFromToMatchesFilter​(Jid address,
                                              boolean ignoreResourcepart)
        Creates a filter matching on the address returned by getAddressToCompare(Stanza). The address must be the same as the filter address. The second parameter specifies whether the full or the bare addresses are compared.
        Parameters:
        address - The address to filter for. If null is given, then getAddressToCompare(Stanza) must also return null to match.
        ignoreResourcepart - TODO javadoc me please