Class MAMQueryModule

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

    @Bean(name="mamQueryModule",
          active=true)
    public class MAMQueryModule
    extends tigase.xmpp.mam.modules.QueryModule
    Created by andrzej on 20.12.2016.
    • Field Summary

      • Fields inherited from interface tigase.component.modules.Module

        EMPTY_FEATURES
    • Constructor Summary

      Constructors 
      Constructor Description
      MAMQueryModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(tigase.server.Packet packet)  
      • Methods inherited from class tigase.xmpp.mam.modules.QueryModule

        canHandle, getFeatures, getModuleCriteria, isXMLNSSupported
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MAMQueryModule

        public MAMQueryModule()
    • Method Detail

      • process

        public void process​(tigase.server.Packet packet)
                     throws tigase.component.exceptions.ComponentException,
                            tigase.util.stringprep.TigaseStringprepException
        Specified by:
        process in interface tigase.component.modules.Module
        Overrides:
        process in class tigase.xmpp.mam.modules.QueryModule
        Throws:
        tigase.component.exceptions.ComponentException
        tigase.util.stringprep.TigaseStringprepException