Package tigase.meet.modules
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, 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
-
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:
processPacketin classAbstractModule- Throws:
tigase.component.exceptions.ComponentExceptiontigase.util.stringprep.TigaseStringprepException
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()
-