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 Modifier and Type Interface Description static classPresenceModule.PresenceWrapperClass description
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoQuit(Room room, tigase.xmpp.JID senderJID)voidsendPresencesToNewOccupant(Room room, tigase.xmpp.JID senderJID)
-
-
-
Field Detail
-
ID
static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
doQuit
void doQuit(Room room, tigase.xmpp.JID senderJID) throws tigase.util.TigaseStringprepException
- Parameters:
r-source-- Throws:
tigase.util.TigaseStringprepException
-
sendPresencesToNewOccupant
void sendPresencesToNewOccupant(Room room, tigase.xmpp.JID senderJID) throws tigase.util.TigaseStringprepException
- Parameters:
room-occupantJID-- Throws:
tigase.util.TigaseStringprepException
-
-