Class DenyMeetModule

java.lang.Object
tigase.component.modules.AbstractModule
tigase.meet.modules.AbstractModule
tigase.meet.modules.DenyMeetModule
All Implemented Interfaces:
tigase.component.modules.Module

@Bean(name="denyMeetModule", parent=MeetComponent.class, active=true) public class DenyMeetModule extends AbstractModule
  • Field Summary

    Fields inherited from class tigase.component.modules.AbstractModule

    eventBus, log, writer

    Fields inherited from interface tigase.component.modules.Module

    EMPTY_FEATURES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    tigase.criteria.Criteria
     
    CompletableFuture<tigase.server.Packet>
    processPacket(tigase.server.Packet packet)
     

    Methods inherited from class tigase.meet.modules.AbstractModule

    convertThrowable, process, sendExeception

    Methods inherited from class tigase.component.modules.AbstractModule

    fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface tigase.component.modules.Module

    canHandle, getFeatures
  • Constructor Details

    • DenyMeetModule

      public DenyMeetModule()
  • Method Details

    • processPacket

      public CompletableFuture<tigase.server.Packet> processPacket(tigase.server.Packet packet) throws tigase.component.exceptions.ComponentException, tigase.util.stringprep.TigaseStringprepException
      Specified by:
      processPacket in class AbstractModule
      Throws:
      tigase.component.exceptions.ComponentException
      tigase.util.stringprep.TigaseStringprepException
    • getModuleCriteria

      public tigase.criteria.Criteria getModuleCriteria()