Package org.jivesoftware.smack.filter
Class EmptyToMatcher
java.lang.Object
org.jivesoftware.smack.filter.EmptyToMatcher
- All Implemented Interfaces:
StanzaFilter,Predicate<Stanza>
-
Field Details
-
INSTANCE
-
-
Method Details
-
accept
Description copied from interface:StanzaFilterTests whether or not the specified stanza should pass the filter.- Specified by:
acceptin interfaceStanzaFilter- Parameters:
packet- the stanza to test.- Returns:
- true if and only if
stanzapasses the filter.
-
toString
-