Package | Description |
---|---|
org.jivesoftware.smackx.chatstates |
Classes for Chat States (XEP-0085).
|
org.jivesoftware.smackx.chatstates.packet |
Element classes for XEP-0085: Chat State Notifications.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
void |
ChatStateManager.setCurrentState(ChatState newState,
Chat chat)
Sets the current state of the provided chat.
|
void |
ChatStateListener.stateChanged(Chat chat,
ChatState state,
Message message)
Fired when the state of a chat with another user changes.
|
Modifier and Type | Method and Description |
---|---|
ChatState |
ChatStateExtension.getChatState() |
Constructor and Description |
---|
ChatStateExtension(ChatState state)
Default constructor.
|