Class FMUCHandler.InboundJoin
java.lang.Object
org.jivesoftware.openfire.muc.spi.FMUCHandler.InboundJoin
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FMUCHandler
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddOccupant(org.xmpp.packet.JID occupant) Set<org.xmpp.packet.JID>org.xmpp.packet.JIDgetPeer()booleanremoveOccupant(org.xmpp.packet.JID occupant) booleanwantsStanzasSentBy(MUCOccupant sender)
-
Field Details
-
occupants
The addresses of the occupants of the MUC that are joined through this FMUC node.
-
-
Constructor Details
-
InboundJoin
public InboundJoin(@Nonnull org.xmpp.packet.JID peer)
-
-
Method Details
-
getPeer
public org.xmpp.packet.JID getPeer() -
wantsStanzasSentBy
-
addOccupant
public boolean addOccupant(@Nonnull org.xmpp.packet.JID occupant) -
removeOccupant
public boolean removeOccupant(@Nonnull org.xmpp.packet.JID occupant) -
getOccupants
-