Class AllowMeetModule

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

@Bean(name="allowMeetModule", parent=MeetComponent.class, active=true) public class AllowMeetModule extends AbstractModule
  • Constructor Details

    • AllowMeetModule

      public AllowMeetModule()
  • 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()