Package tigase.muc.modules
Interface PresenceModule
- All Superinterfaces:
tigase.component.modules.Module
- All Known Implementing Classes:
PresenceModuleImpl,PresenceModuleNoBroadcast
public interface PresenceModule
extends tigase.component.modules.Module
- Author:
- bmalkow
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface tigase.component.modules.Module
EMPTY_FEATURES -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsendPresencesToNewOccupant(Room room, tigase.xmpp.jid.JID senderJID) Methods inherited from interface tigase.component.modules.Module
canHandle, getFeatures, getModuleCriteria, process
-
Field Details
-
ID
- See Also:
-
-
Method Details
-
doQuit
void doQuit(Room room, tigase.xmpp.jid.JID senderJID, Integer... selfStatusCodes) throws tigase.util.stringprep.TigaseStringprepException - Throws:
tigase.util.stringprep.TigaseStringprepException
-
sendPresencesToNewOccupant
void sendPresencesToNewOccupant(Room room, tigase.xmpp.jid.JID senderJID) throws tigase.util.stringprep.TigaseStringprepException - Throws:
tigase.util.stringprep.TigaseStringprepException
-