summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mqtt/qmqttglobal.h1
-rw-r--r--src/mqtt/qmqtttype.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/mqtt/qmqttglobal.h b/src/mqtt/qmqttglobal.h
index 56139b7..1ee2de6 100644
--- a/src/mqtt/qmqttglobal.h
+++ b/src/mqtt/qmqttglobal.h
@@ -66,6 +66,7 @@ enum class ReasonCode : quint16 {
SubscriptionQoSLevel1 = 0x01,
SubscriptionQoSLevel2 = 0x02,
NoMatchingSubscriber = 0x10,
+ NoSubscriptionExisted = 0x11,
ContinueAuthentication = 0x18,
ReAuthenticate = 0x19,
UnspecifiedError = 0x80,
diff --git a/src/mqtt/qmqtttype.cpp b/src/mqtt/qmqtttype.cpp
index 23d60b4..5b8cdaf 100644
--- a/src/mqtt/qmqtttype.cpp
+++ b/src/mqtt/qmqtttype.cpp
@@ -136,6 +136,8 @@ QT_BEGIN_NAMESPACE
The message has been accepted by the server, but there are no
subscribers to receive this message. A broker may send this
reason code instead of \l Success.
+ \value [since 5.15] NoSubscriptionExisted
+ No matching Topic Filter is being used by the Client.
\value [since 5.15] ContinueAuthentication
Continue the authentication with another step.
\value [since 5.15] ReAuthenticate