commit | e9da3b3e0c960322e949d0afcdde0a0229ca7d7c | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Fri Mar 07 12:23:55 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 26 16:19:42 2025 +0100 |
tree | e72d21eb4ec533e8c92d88f7473b1992204d763c | |
parent | 1d743fa65ac6f19dc690e1c9dda757b5b322ee1c [diff] |
net: mqtt: Add support for MQTT 5.0 topic aliases Add support for handling topic aliases received from the broker. The MQTT client implementation will store received topic for further use in case consecutive PUBLISH received from the broker contains no topic but alias only. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>