Uses of Enum
org.jivesoftware.smackx.chatstates.ChatState
Package
Description
Classes for Chat States (XEP-0085).
Element classes for XEP-0085: Chat State Notifications.
-
Uses of ChatState in org.jivesoftware.smackx.chatstates
Modifier and TypeMethodDescriptionstatic ChatState
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 TypeMethodDescriptionvoid
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. -
Uses of ChatState in org.jivesoftware.smackx.chatstates.packet