public class HostedRoom extends Object
MultiUserChat.getRoomInfo(org.jivesoftware.smack.XMPPConnection, String)
or could be used for joining the room
MultiUserChat.MultiUserChat(org.jivesoftware.smack.XMPPConnection, String)
and MultiUserChat.join(String)
.Constructor and Description |
---|
HostedRoom(DiscoverItems.Item item) |
Modifier and Type | Method and Description |
---|---|
String |
getJid()
Returns the XMPP address of the hosted room by the chat service.
|
String |
getName()
Returns the name of the room.
|
public HostedRoom(DiscoverItems.Item item)
public String getJid()
MultiUserChat
when joining a room.public String getName()
Copyright © 2015 Ignite Realtime. All rights reserved.