Class RemoveItemsModule

  • All Implemented Interfaces:
    tigase.component.modules.Module

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

      • RemoveItemsModule

        public RemoveItemsModule()
        Deprecated.
    • Method Detail

      • getFeatures

        public java.lang.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.