public static class FMUCHandler.InboundJoin extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.xmpp.packet.JID> |
occupants
The addresses of the occupants of the MUC that are joined through this FMUC node.
|
| Constructor and Description |
|---|
InboundJoin(org.xmpp.packet.JID peer) |
| Modifier and Type | Method and 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) |
protected final Set<org.xmpp.packet.JID> occupants
public InboundJoin(@Nonnull org.xmpp.packet.JID peer)
Copyright © 2003–2020 Ignite Realtime. All rights reserved.