Class HostedRoom

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EntityBareJid getJid()
      Returns the XMPP address of the hosted room by the chat service.
      java.lang.String getName()
      Returns the name of the room.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getJid

        public EntityBareJid getJid()
        Returns the XMPP address of the hosted room by the chat service. This address may be used when creating a MultiUserChat when joining a room.
        Returns:
        the XMPP address of the hosted room by the chat service.
      • getName

        public java.lang.String getName()
        Returns the name of the room.
        Returns:
        the name of the room.