feat: add server blocked behaviour

This commit is contained in:
semenov
2024-09-12 12:16:41 +03:00
parent a831e29ddc
commit 23982ecd6b
26 changed files with 172 additions and 114 deletions

View File

@@ -127,7 +127,7 @@ QByteArray DataParser::xmlAnswer_notify(QString code)
SAttribute attribute1 = {"Code", code};
QList<SAttribute> listAttr = {attribute1};
SXmlAnswerTag tag = {"ServerNotify", listAttr};
SXmlAnswerTag tag = {"ClientNotify", listAttr};
listTag.append(tag);