mqtt: add new experimental protocol

Closes #5173
This commit is contained in:
Bjorn Stenberg 2020-04-14 11:19:12 +02:00 committed by Daniel Stenberg
parent 8909865191
commit 2522903b79
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
18 changed files with 766 additions and 57 deletions

View file

@ -937,6 +937,7 @@ typedef enum {
#define CURLPROTO_GOPHER (1<<25)
#define CURLPROTO_SMB (1<<26)
#define CURLPROTO_SMBS (1<<27)
#define CURLPROTO_MQTT (1<<28)
#define CURLPROTO_ALL (~0) /* enable everything */
/* long may be 32 or 64 bits, but we should never depend on anything else