v3.1.1 requires websockets protocol to be mqtt.

pull/211/merge
Roger A. Light 11 years ago
parent c13f4c7931
commit 1984e2e37d

@ -81,7 +81,7 @@ static struct libwebsocket_protocols protocols[] = {
0,
},
{
"mqttv3.1",
"mqtt",
callback_mqtt,
sizeof(struct libws_mqtt_data),
0,

Loading…
Cancel
Save