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:
  • Field Details

    • 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 Details

    • InboundJoin

      public InboundJoin(@Nonnull org.xmpp.packet.JID peer)
  • Method Details

    • getPeer

      public org.xmpp.packet.JID getPeer()
    • wantsStanzasSentBy

      public boolean wantsStanzasSentBy(@Nonnull MUCOccupant sender)
    • addOccupant

      public boolean addOccupant(@Nonnull org.xmpp.packet.JID occupant)
    • removeOccupant

      public boolean removeOccupant(@Nonnull org.xmpp.packet.JID occupant)
    • getOccupants

      public Set<org.xmpp.packet.JID> getOccupants()