Package tigase.archive.processors
Class MAM2Processor
- java.lang.Object
-
- tigase.xmpp.XMPPProcessor
-
- tigase.xmpp.impl.annotation.AnnotatedXMPPProcessor
-
- tigase.archive.processors.AbstractMAMProcessor
-
- tigase.archive.processors.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 AbstractMAMProcessorCreated by andrzej on 22.07.2016.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID-
Fields inherited from class tigase.archive.processors.AbstractMAMProcessor
messageArchivePlugin
-
-
Constructor Summary
Constructors Constructor Description MAM2Processor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetXMLNS()protected booleanhasStanzaIdSupport()tigase.xml.Element[]supDiscoFeatures(tigase.xmpp.XMPPResourceConnection session)-
Methods inherited from class tigase.archive.processors.AbstractMAMProcessor
canHandle, process
-
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
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
supDiscoFeatures
public tigase.xml.Element[] supDiscoFeatures(tigase.xmpp.XMPPResourceConnection session)
- Specified by:
supDiscoFeaturesin interfacetigase.xmpp.XMPPImplIfc- Overrides:
supDiscoFeaturesin classtigase.xmpp.impl.annotation.AnnotatedXMPPProcessor
-
getXMLNS
protected java.lang.String getXMLNS()
- Specified by:
getXMLNSin classAbstractMAMProcessor
-
hasStanzaIdSupport
protected boolean hasStanzaIdSupport()
- Specified by:
hasStanzaIdSupportin classAbstractMAMProcessor
-
-