summaryrefslogtreecommitdiff
path: root/lib/mqtt.h
Commit message (Collapse)AuthorAgeFilesLines
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* mqtt: enable by defaultDaniel Stenberg2020-08-311-1/+1
| | | | | | No longer considered experimental. Closes #5858
* mqtt: make NOSTATE get within the debug name arrayDaniel Stenberg2020-04-201-1/+1
|
* lib: fix typos in comments and errormessagesDaniel Gustafsson2020-04-201-1/+1
| | | | | This fixes a few randomly spotted typos in recently merged code, most notably one in a userfacing errormessage the schannel code.
* mqtt: improve the state machineDaniel Stenberg2020-04-201-7/+17
| | | | | | | | | | To handle PUBLISH before SUBACK and more. Updated the existing tests and added three new ones. Reported-by: Christoph Krey Bug: https://curl.haxx.se/mail/lib-2020-04/0021.html Closes #5246
* mqtt: add new experimental protocolBjorn Stenberg2020-04-141-0/+49
Closes #5173