1
0
mirror of https://github.com/FreeRTOS/coreMQTT synced 2025-10-24 02:42:36 +08:00

Update MQTT 3.1.1 compliance text in doxygen and change log (#57)

* Update wording about 3.1.1 compliance

* Address review comments
This commit is contained in:
Archit Aggarwal
2020-09-14 15:40:28 -07:00
committed by GitHub
parent ff2725df6f
commit 28a0d090e3
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
## v1.0.0 (September 2020) ## v1.0.0 (September 2020)
This is the first release of an MQTT client library in this repository. This is the first release of an MQTT client library in this repository.
It has full compliance with the [MQTT 3.1.1 specification](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc385349213). The MQTT library is a client-side implementation of the [MQTT 3.1.1 specification](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) that is optimized for resource-constrained devices, and does not allocate any memory.

View File

@@ -54,7 +54,7 @@ The configurations for memory estimation are defined <a href="https://github.com
@page mqtt_design Design @page mqtt_design Design
@brief Architecture of the MQTT library. @brief Architecture of the MQTT library.
This MQTT client library provides a fully compliant implementation of the MQTT 3.1.1 spec. It is optimized for resource constrained devices and does not allocate any memory. This MQTT client library provides an implementation of the [MQTT 3.1.1 specification](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html). It is optimized for resource constrained devices and does not allocate any memory.
@section mqtt_interfaces Interfaces and Callbacks @section mqtt_interfaces Interfaces and Callbacks