Class FMUCHandler.InboundJoin
- java.lang.Object
-
- org.jivesoftware.openfire.muc.spi.FMUCHandler.InboundJoin
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FMUCHandler
public static class FMUCHandler.InboundJoin extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InboundJoin(org.xmpp.packet.JID peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addOccupant(org.xmpp.packet.JID occupant)
Set<org.xmpp.packet.JID>
getOccupants()
org.xmpp.packet.JID
getPeer()
boolean
removeOccupant(org.xmpp.packet.JID occupant)
boolean
wantsStanzasSentBy(MUCRole sender)
-
-
-
Field Detail
-
occupants
protected final Set<org.xmpp.packet.JID> occupants
The addresses of the occupants of the MUC that are joined through this FMUC node.
-
-
Constructor Detail
-
InboundJoin
public InboundJoin(@Nonnull org.xmpp.packet.JID peer)
-
-