mirror of
https://github.com/curl/curl.git
synced 2026-06-25 12:35:39 +03:00
mqtt: initial support for MQTTS
This commit is contained in:
parent
85c841cb45
commit
0be7a580aa
22 changed files with 176 additions and 12 deletions
|
|
@ -51,6 +51,7 @@ static const struct detail scheme[] = {
|
|||
" ((defined(USE_OPENLDAP) && defined(USE_SSL)) || \\\n"
|
||||
" (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))" },
|
||||
{ "mqtt", "#ifndef CURL_DISABLE_MQTT" },
|
||||
{ "mqtts", "#if defined(USE_SSL) && !defined(CURL_DISABLE_MQTT)" },
|
||||
{ "pop3", "#ifndef CURL_DISABLE_POP3" },
|
||||
{ "pop3s", "#if defined(USE_SSL) && !defined(CURL_DISABLE_POP3)" },
|
||||
{ "rtmp", "#ifdef USE_LIBRTMP" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue