Class MAMQueryModule

java.lang.Object
tigase.xmpp.mam.modules.QueryModule
tigase.muc.modules.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(tigase.server.Packet packet)
     

    Methods inherited from class tigase.xmpp.mam.modules.QueryModule

    canHandle, getArchiveOwner, getFeatures, getModuleCriteria, isXMLNSSupported

    Methods inherited from class java.lang.Object

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

    • MAMQueryModule

      public MAMQueryModule()
  • Method Details

    • 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