Support for mqttv3.1 subprotocol string.

pull/211/merge
Roger A. Light 11 years ago
parent 29e65e4965
commit 9a9dba6cd5

@ -87,6 +87,13 @@ static struct libwebsocket_protocols protocols[] = {
0,
1,
},
{
"mqttv3.1",
callback_mqtt,
sizeof(struct libws_mqtt_data),
0,
1,
},
{ NULL, NULL, 0, 0 }
};

Loading…
Cancel
Save