Class SaveItemsModule

java.lang.Object
tigase.archive.modules.AbstractModule
tigase.archive.xep0136.modules.SaveItemsModule
All Implemented Interfaces:
tigase.component.modules.Module

@Deprecated @Bean(name="saveItems", parent=MessageArchiveComponent.class, active=true) public class SaveItemsModule extends AbstractModule
Deprecated.
Created by andrzej on 16.07.2016.
  • Constructor Details

    • SaveItemsModule

      public SaveItemsModule()
      Deprecated.
  • Method Details

    • getFeatures

      public String[] getFeatures()
      Deprecated.
    • getModuleCriteria

      public tigase.criteria.Criteria getModuleCriteria()
      Deprecated.
    • process

      public void process(tigase.server.Packet packet) throws tigase.component.exceptions.ComponentException, tigase.util.stringprep.TigaseStringprepException
      Deprecated.
      Throws:
      tigase.component.exceptions.ComponentException
      tigase.util.stringprep.TigaseStringprepException
    • canHandle

      public boolean canHandle(tigase.server.Packet packet)
      Deprecated.