| Package | Description |
|---|---|
| tigase.jaxmpp.core.client.xmpp.modules.chat |
Support for sending messages and trace converstation.
|
| tigase.jaxmpp.core.client.xmpp.modules.muc |
Support for XEP-0045: Multi-User Chat.
|
| Modifier and Type | Method and Description |
|---|---|
static ChatState |
ChatState.fromElement(Element elem) |
ChatState |
Chat.getChatState() |
protected ChatState |
Chat.getLocalChatState() |
static ChatState |
ChatState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatState[] |
ChatState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Chat.setChatState(ChatState state) |
void |
Chat.setLocalChatState(ChatState state) |
| Modifier and Type | Method and Description |
|---|---|
ChatState |
Occupant.getChatState() |
protected ChatState |
Room.getLocalChatState(ChatState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ChatState |
Room.getLocalChatState(ChatState state) |
protected void |
Occupant.setChatState(ChatState state) |
void |
Room.setLocalChatState(ChatState state) |
Copyright © 2006–2014 Tigase. All rights reserved.