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