| Package | Description |
|---|---|
| abs.ixi.client | |
| abs.ixi.client.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
Set<ChatRoom.RoomConfigParam> |
UserManager.getChatRoomConfigParams(JID roomJID)
Request to get list of room configurations which can be updated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserManager.createReservedRoom(String roomName,
Map<ChatRoom.RoomConfigParam,String> configs)
Request to create group with some configurations rather than default
configuration (private group)
|
| Modifier and Type | Method and Description |
|---|---|
static ChatRoom.RoomConfigParam |
ChatRoom.RoomConfigParam.valueFrom(String val) |
static ChatRoom.RoomConfigParam |
ChatRoom.RoomConfigParam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatRoom.RoomConfigParam[] |
ChatRoom.RoomConfigParam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChatRoom.RoomConfigParam> |
ChatRoom.getConfigParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatRoom.setConfigParams(Set<ChatRoom.RoomConfigParam> configParams) |
Copyright © 2019. All rights reserved.