diff options
author | Bjorn Stenberg <bjorn@haxx.se> | 2020-04-14 11:19:12 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-14 13:03:40 +0200 |
commit | 2522903b792ac5a802f780df60dc4647c58e2477 (patch) | |
tree | 4ccf24997d616fce58a798cbb3bcad3557e976db /docs/FEATURES | |
parent | 8909865191072b6fc3e040ab0caccc2ec09d8763 (diff) |
mqtt: add new experimental protocol
Closes #5173
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 68d38fc27..1d23fccbf 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -180,6 +180,9 @@ IMAPS (*1) - explicit "STARTTLS" usage to "upgrade" plain imap:// connections to use SSL - via http-proxy +MQTT + - Subscribe to and publish topics using url scheme mqtt://broker/topic + FOOTNOTES ========= |