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 AbstractModule
Created by andrzej on 16.07.2016.
  • Constructor Details

    • ArchivingModule

      public ArchivingModule()
  • Method Details

    • getFeatures

      public 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.ComponentException
      tigase.util.stringprep.TigaseStringprepException
    • canHandle

      public boolean canHandle(tigase.server.Packet packet)