8 Commits

Author SHA1 Message Date
Euripedes Rocha Filho 08615177e3 refactor: Moves outbox to an internal library to improve testing 2026-05-27 07:03:33 +02:00
Bogdan Kolendovskyy 32df7e27fc feat: Add support for percent-encoding in password and it's corresponding test
Add support of percent-encoded characters when passing the username and password in URI

Closes https://github.com/espressif/esp-mqtt/issues/294
2026-04-23 16:05:24 +02:00
Euripedes Rocha a3b04f2d0a fix: LOG format strings
Fix log format strings and remove no-format warning configuration.
2023-06-30 10:17:32 +02:00
Suren Gabrielyan 77372e81f9 feature: added host tests 2023-05-26 13:21:44 +04:00
Euripedes Rocha 159b1638b2 Reorganize mqtt build structure
- Integrate build definitions from idf
- Changes CMakeLists to allow import
- Added host test from idf
- Added test code from idf
2022-12-16 08:52:54 +01:00
David Cermak e26764502a mqtt_client_stop stops only if started, fixed tabs->spaces, updated README, removed unused config
closes #62
2018-10-05 16:01:29 +02:00
Andrej cd7d321842 Add mbedtls to dependencies (#59) 2018-08-06 13:18:49 +07:00
Dominikus Gierlach f3f223e031 Add cmake support (#42)
The new esp-idf build system is based on cmake.
Components require their own CMakeLists.txt with their dependencies.
2018-05-08 12:04:09 +07:00