removed unecessary chat state

This commit is contained in:
Daniel Gultsch 2015-11-26 06:53:02 +01:00
parent ecb4615f2a
commit 210de7d781
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import eu.siacs.conversations.xml.Element;
public enum ChatState {
ACTIVE, INACTIVE, GONE, COMPOSING, PAUSED, mIncomingChatState;
ACTIVE, INACTIVE, GONE, COMPOSING, PAUSED;
public static ChatState parse(Element element) {
final String NAMESPACE = "http://jabber.org/protocol/chatstates";