| Package | Description |
|---|---|
| rocks.xmpp.extensions.muc |
Provides classes for XEP-0045: Multi-User Chat.
|
| Modifier and Type | Method and Description |
|---|---|
ChatRoom |
ChatService.createRoom(String room)
Creates a new chat room.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChatRoom> |
ChatService.discoverRooms()
Discovers the list of chat rooms hosted by this chat service.
|
List<ChatRoom> |
ChatService.getPublicRooms()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ChatRoom.compareTo(ChatRoom o)
Compares this chat service first by their name and then by their service address.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.