Class ChatMarkersFilter

java.lang.Object
org.jivesoftware.smack.filter.StanzaExtensionFilter
org.jivesoftware.smackx.chat_markers.filter.ChatMarkersFilter
All Implemented Interfaces:
Predicate<org.jivesoftware.smack.packet.Stanza>, org.jivesoftware.smack.filter.StanzaFilter

public final class ChatMarkersFilter extends org.jivesoftware.smack.filter.StanzaExtensionFilter
Chat Markers Manager class (XEP-0333).
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jivesoftware.smack.filter.StanzaFilter
     
  • Method Summary

    Methods inherited from class org.jivesoftware.smack.filter.StanzaExtensionFilter

    accept, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or

    Methods inherited from interface org.jivesoftware.smack.filter.StanzaFilter

    asPredicate, test
  • Field Details

    • INSTANCE

      public static final org.jivesoftware.smack.filter.StanzaFilter INSTANCE