@Bean(name="unified-archive",
parent=tigase.server.xmppsession.SessionManager.class,
active=false)
public class UnifiedArchivePlugin
extends tigase.xmpp.impl.annotation.AnnotatedXMPPProcessor
implements tigase.xmpp.XMPPProcessorIfc
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ID |
protected tigase.archive.processors.MessageArchivePlugin |
messageArchivePlugin |
| Constructor and Description |
|---|
UnifiedArchivePlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
void |
process(tigase.server.Packet packet,
tigase.xmpp.XMPPResourceConnection session,
tigase.db.NonAuthUserRepository nonAuthUserRepository,
Queue<tigase.server.Packet> results,
Map<String,Object> map) |
void |
setComponentJid(tigase.xmpp.jid.JID componentJid) |
void |
setMessageArchivePlugin(tigase.archive.processors.MessageArchivePlugin messageArchivePlugin) |
supDiscoFeatures, supElementNamePaths, supNamespaces, supStreamFeatures, supTypescanHandle, compareTo, concurrentThreadsPerQueue, getComponentInfo, getInstance, getQueueSize, getStatistics, getThreadsNo, init, isSupporting, supElements, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanHandle, concurrentQueuesNo, concurrentThreadsPerQueue, getComponentInfo, getStatistics, init, isSupporting, supDiscoFeatures, supElementNamePaths, supElements, supNamespaces, supStreamFeatures, supTypescompareToprotected static final String ID
@Inject protected tigase.archive.processors.MessageArchivePlugin messageArchivePlugin
public void setMessageArchivePlugin(tigase.archive.processors.MessageArchivePlugin messageArchivePlugin)
public void setComponentJid(tigase.xmpp.jid.JID componentJid)
public String id()
id in interface tigase.xmpp.XMPPImplIfcid in class tigase.xmpp.impl.annotation.AnnotatedXMPPProcessorpublic void process(tigase.server.Packet packet,
tigase.xmpp.XMPPResourceConnection session,
tigase.db.NonAuthUserRepository nonAuthUserRepository,
Queue<tigase.server.Packet> results,
Map<String,Object> map)
throws tigase.xmpp.XMPPException
process in interface tigase.xmpp.XMPPProcessorIfctigase.xmpp.XMPPExceptionCopyright © 2015–2020 "Tigase, Inc.". All rights reserved.