Class MAM2Processor

  • All Implemented Interfaces:
    java.lang.Comparable<tigase.xmpp.XMPPImplIfc>, tigase.xmpp.XMPPImplIfc, tigase.xmpp.XMPPProcessorConcurrencyAwareIfc, tigase.xmpp.XMPPProcessorIfc

    @Bean(name="urn:xmpp:mam:2",
          parent=tigase.server.xmppsession.SessionManager.class,
          active=true)
    public class MAM2Processor
    extends AbstractMAMProcessor
    Created by andrzej on 22.07.2016.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID  
      • Fields inherited from class tigase.xmpp.XMPPProcessor

        ALL_NAMES, ALL_PATHS, cmpInfo
      • Fields inherited from interface tigase.xmpp.XMPPImplIfc

        CLIENT_XMLNS
    • Constructor Summary

      Constructors 
      Constructor Description
      MAM2Processor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getXMLNS()  
      protected boolean hasStanzaIdSupport()  
      tigase.xml.Element[] supDiscoFeatures​(tigase.xmpp.XMPPResourceConnection session)  
      • Methods inherited from class tigase.xmpp.impl.annotation.AnnotatedXMPPProcessor

        id, supElementNamePaths, supNamespaces, supStreamFeatures, supTypes
      • Methods inherited from class tigase.xmpp.XMPPProcessor

        compareTo, concurrentQueuesNo, getComponentInfo, getInstance, getQueueSize, getStatistics, getThreadsNo, init, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface tigase.xmpp.XMPPImplIfc

        concurrentQueuesNo, getComponentInfo, getStatistics, id, init, supElementNamePaths, supNamespaces, supStreamFeatures, supTypes
    • Constructor Detail

      • MAM2Processor

        public MAM2Processor()
    • Method Detail

      • supDiscoFeatures

        public tigase.xml.Element[] supDiscoFeatures​(tigase.xmpp.XMPPResourceConnection session)
        Specified by:
        supDiscoFeatures in interface tigase.xmpp.XMPPImplIfc
        Overrides:
        supDiscoFeatures in class tigase.xmpp.impl.annotation.AnnotatedXMPPProcessor