HomeSort by relevance Sort by last modified time
    Searched refs:HostedRoom (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smackx/muc/
HostedRoom.java 35 public class HostedRoom {
41 public HostedRoom(DiscoverItems.Item item) {
MultiUserChat.java 275 * Returns a collection of HostedRooms where each HostedRoom has the XMPP address of the room
284 public static Collection<HostedRoom> getHostedRooms(Connection connection, String serviceName)
286 List<HostedRoom> answer = new ArrayList<HostedRoom>();
290 answer.add(new HostedRoom(it.next()));
    [all...]

Completed in 106 milliseconds