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 {
|
||||
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue