1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-27 14:04:52 +02:00

Add ChatState.getChatState()

This commit is contained in:
Florian Schmaus 2014-08-28 19:00:01 +02:00
parent 393c713471
commit e8471baccb

View file

@ -55,6 +55,10 @@ public class ChatStateExtension implements PacketExtension {
return NAMESPACE;
}
public ChatState getChatState() {
return state;
}
@Override
public XmlStringBuilder toXML() {
XmlStringBuilder xml = new XmlStringBuilder(this);