Allow user to modify CONNECT properties

Summary: related to T13332

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D27108
This commit is contained in:
Korina Šimičević
2023-12-22 13:48:26 +01:00
parent 99f30b3880
commit 7c0b9042d1
9 changed files with 49 additions and 11 deletions

View File

@@ -274,6 +274,11 @@ public:
return *this;
}
mqtt_client& connect_properties(connect_props props) {
_svc_ptr->connect_props(std::move(props));
return *this;
}
/**
* \brief Initiates [mqttlink 3901257 Re-authentication]
* using the authenticator given in the \ref authenticator method.