]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/MQTT: not experimental anymore
authorDaniel Stenberg <daniel@haxx.se>
Mon, 21 Sep 2020 08:59:26 +0000 (10:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Sep 2020 08:59:26 +0000 (10:59 +0200)
Follow-up to e37e4468688d8f

docs/MQTT.md

index a40971474f26c1310f84b4d8191cfbb11f884984..50d7ebd0b7b2082e48632d82ec6ce0ded3c53993 100644 (file)
@@ -1,25 +1,5 @@
 # MQTT in curl
 
-## Experimental!
-
-MQTT support in curl is considered **EXPERIMENTAL** until further notice. It
-needs to be enabled at build-time. See below.
-
-After the initial merge, further development and tweaking of the MQTT support
-in curl will happen in the master branch using pull-requests, just like
-ordinary changes.
-
-Experimental support for MQTT means that we **do not guarantee** that the
-current protocol functionality will remain or remain this way going forward.
-There are no API or ABI promises for experimental features as for regular curl
-features.
-
-Do not ship anything with this enabled.
-
-## Build
-
-    ./configure --enable-mqtt
-
 ## Usage
 
 A plain "GET" subscribes to the topic and prints all published messages.