Package tigase.archive.modules
Class ArchivingModule
- java.lang.Object
-
- tigase.archive.modules.AbstractModule
-
- tigase.archive.modules.ArchivingModule
-
- All Implemented Interfaces:
tigase.component.modules.Module
@Bean(name="archiving", parent=MessageArchiveComponent.class, active=true) public class ArchivingModule extends AbstractModuleCreated by andrzej on 16.07.2016.
-
-
Field Summary
-
Fields inherited from class tigase.archive.modules.AbstractModule
config, MA_XMLNS, msg_repo, packetWriter
-
-
Constructor Summary
Constructors Constructor Description ArchivingModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(tigase.server.Packet packet)java.lang.String[]getFeatures()tigase.criteria.CriteriagetModuleCriteria()voidprocess(tigase.server.Packet packet)
-
-
-
Method Detail
-
getFeatures
public java.lang.String[] getFeatures()
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()
-
process
public void process(tigase.server.Packet packet) throws tigase.component.exceptions.ComponentException, tigase.util.stringprep.TigaseStringprepException- Throws:
tigase.component.exceptions.ComponentExceptiontigase.util.stringprep.TigaseStringprepException
-
canHandle
public boolean canHandle(tigase.server.Packet packet)
-
-