Uses of Class
rocks.xmpp.extensions.chatstates.model.ChatState
-
Packages that use ChatState 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. -
-
Uses of ChatState in rocks.xmpp.extensions.chatstates
Methods in rocks.xmpp.extensions.chatstates with parameters of type ChatState Modifier and Type Method Description boolean
ChatStateManager. setChatState(ChatState chatState, Chat chat)
Sets the chat state for a chat. -
Uses of ChatState in rocks.xmpp.extensions.chatstates.model
Fields in rocks.xmpp.extensions.chatstates.model declared as ChatState Modifier and Type Field 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.
-