diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-31 09:45:09 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-31 09:45:09 +0200 |
commit | e37e4468688d8f6b9038a0d7085f8c0b2695d112 (patch) | |
tree | 50a23e0cfd3a46f332226fe354091d38bfc11b46 /docs | |
parent | ede125b7b7ca8fc5a1fe3d7c1aee6bff2ea0bf24 (diff) | |
download | curl-e37e4468688d8f6b9038a0d7085f8c0b2695d112.tar.gz |
mqtt: enable by default
No longer considered experimental.
Closes #5858
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CURL-DISABLE.md | 4 | ||||
-rw-r--r-- | docs/EXPERIMENTAL.md | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/CURL-DISABLE.md b/docs/CURL-DISABLE.md index f90acda2c..a9e6acaf8 100644 --- a/docs/CURL-DISABLE.md +++ b/docs/CURL-DISABLE.md @@ -62,6 +62,10 @@ Disable the --libcurl option from the curl tool. Disable MIME support. +## CURL_DISABLE_MQTT + +Disable MQTT support. + ## CURL_DISABLE_NETRC Disable the netrc parser. diff --git a/docs/EXPERIMENTAL.md b/docs/EXPERIMENTAL.md index bca2bd910..6a014c3da 100644 --- a/docs/EXPERIMENTAL.md +++ b/docs/EXPERIMENTAL.md @@ -20,5 +20,4 @@ Experimental support in curl means: - HTTP/3 support and options - alt-svc support and options - - MQTT - CURLSSLOPT_NATIVE_CA (No configure option, feature built in when supported) |