Class FMUCHandler.InboundJoin

    • 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)
    • Method Detail

      • getPeer

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

        public boolean wantsStanzasSentBy​(@Nonnull
                                          MUCRole 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()