Add ChatState.getChatState()

This commit is contained in:
Florian Schmaus 2014-08-28 19:00:01 +02:00
parent 393c713471
commit e8471baccb
1 changed files with 4 additions and 0 deletions

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);