Package tigase.meet.modules
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
-
Field Summary
Fields inherited from class tigase.component.modules.AbstractModule
eventBus, log, writerFields inherited from interface tigase.component.modules.Module
EMPTY_FEATURES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontigase.criteria.CriteriaCompletableFuture<tigase.server.Packet>processPacket(tigase.server.Packet packet) Methods inherited from class tigase.meet.modules.AbstractModule
convertThrowable, process, sendExeceptionMethods inherited from class tigase.component.modules.AbstractModule
fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.component.modules.Module
canHandle, getFeatures
-
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:
processPacketin classAbstractModule- Throws:
tigase.component.exceptions.ComponentExceptiontigase.util.stringprep.TigaseStringprepException
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()
-