feat: add server blocked behaviour

This commit is contained in:
semenov
2024-09-12 12:16:41 +03:00
parent e9cd136238
commit f2163b97b5
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);