public abstract class ChatState extends Object
| Modifier and Type | Field and Description |
|---|---|
static ChatState |
ACTIVE
User is actively participating in the chat session.
|
static ChatState |
COMPOSING
User is composing a message.
|
static ChatState |
GONE
User has effectively ended their participation in the chat session.
|
static ChatState |
INACTIVE
User has not been actively participating in the chat session.
|
static String |
NAMESPACE
http://jabber.org/protocol/chatstates
|
static ChatState |
PAUSED
User had been composing but now has stopped.
|
public static final ChatState ACTIVE
public static final ChatState COMPOSING
public static final ChatState GONE
public static final ChatState INACTIVE
public static final ChatState PAUSED
public static final String NAMESPACE
Copyright © 2014–2016 XMPP.rocks. All rights reserved.