mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
removed unecessary chat state
This commit is contained in:
parent
ecb4615f2a
commit
210de7d781
@ -4,7 +4,7 @@ import eu.siacs.conversations.xml.Element;
|
|||||||
|
|
||||||
public enum ChatState {
|
public enum ChatState {
|
||||||
|
|
||||||
ACTIVE, INACTIVE, GONE, COMPOSING, PAUSED, mIncomingChatState;
|
ACTIVE, INACTIVE, GONE, COMPOSING, PAUSED;
|
||||||
|
|
||||||
public static ChatState parse(Element element) {
|
public static ChatState parse(Element element) {
|
||||||
final String NAMESPACE = "http://jabber.org/protocol/chatstates";
|
final String NAMESPACE = "http://jabber.org/protocol/chatstates";
|
||||||
|
Loading…
Reference in New Issue
Block a user