Uses of Class
org.jivesoftware.smackx.ChatState

Packages that use ChatState
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of ChatState in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return ChatState
static ChatState ChatState.valueOf(java.lang.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.
 

Methods in org.jivesoftware.smackx with parameters of type ChatState
 void ChatStateManager.setCurrentState(ChatState newState, Chat chat)
          Sets the current state of the provided chat.
 void ChatStateListener.stateChanged(Chat chat, ChatState state)
          Fired when the state of a chat with another user changes.
 

Uses of ChatState in org.jivesoftware.smackx.packet
 

Constructors in org.jivesoftware.smackx.packet with parameters of type ChatState
ChatStateExtension(ChatState state)
          Default constructor.