Class MUCLightRoomInfo

java.lang.Object
org.jivesoftware.smackx.muclight.MUCLightRoomInfo

public class MUCLightRoomInfo extends Object
MUC Light room info class.
  • Constructor Details

    • MUCLightRoomInfo

      public MUCLightRoomInfo(String version, org.jxmpp.jid.Jid roomJid, MUCLightRoomConfiguration configuration, Map<org.jxmpp.jid.Jid,MUCLightAffiliation> occupants)
      MUC Light room info model constructor.
      Parameters:
      version - TODO javadoc me please
      roomJid - TODO javadoc me please
      configuration - TODO javadoc me please
      occupants - TODO javadoc me please
  • Method Details

    • getVersion

      public String getVersion()
      Returns the version.
      Returns:
      the version
    • getRoom

      public org.jxmpp.jid.Jid getRoom()
      Returns the JID of the room whose information was discovered.
      Returns:
      the JID of the room whose information was discovered.
    • getConfiguration

      public MUCLightRoomConfiguration getConfiguration()
      Returns the configuration.
      Returns:
      the room configuration
    • getOccupants

      public Map<org.jxmpp.jid.Jid,MUCLightAffiliation> getOccupants()
      Returns the room occupants.
      Returns:
      the occupants of the room.