| Package | Description |
|---|---|
| rocks.xmpp.extensions.chatstates |
Provides classes for XEP-0085: Chat State Notifications.
|
| rocks.xmpp.extensions.chatstates.model |
Provides XML schema implementations of XEP-0085: Chat State Notifications.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChatStateManager.setChatState(ChatState chatState,
Chat chat)
Sets the chat state for a chat.
|
| Modifier and Type | Field and Description |
|---|---|
static ChatState |
ChatState.ACTIVE
User is actively participating in the chat session.
|
static ChatState |
ChatState.COMPOSING
User is composing a message.
|
static ChatState |
ChatState.GONE
User has effectively ended their participation in the chat session.
|
static ChatState |
ChatState.INACTIVE
User has not been actively participating in the chat session.
|
static ChatState |
ChatState.PAUSED
User had been composing but now has stopped.
|
Copyright © 2014–2017 XMPP.rocks. All rights reserved.