OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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