mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Add ChatState.getChatState()
This commit is contained in:
parent
393c713471
commit
e8471baccb
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue