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 booleanChatStateManager. 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 ChatStateChatState. ACTIVEUser is actively participating in the chat session.static ChatStateChatState. COMPOSINGUser is composing a message.static ChatStateChatState. GONEUser has effectively ended their participation in the chat session.static ChatStateChatState. INACTIVEUser has not been actively participating in the chat session.static ChatStateChatState. PAUSEDUser had been composing but now has stopped.
-