2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef IOT_MQTT_SERVER_MQTTSUBPROTOCOL_H
21#define IOT_MQTT_SERVER_MQTTSUBPROTOCOL_H
23#include "iot/mqtt/SubProtocol.h"
24#include "web/websocket/server/SubProtocol.h"
28#ifndef DOXYGEN_SHOULD_SKIP_THIS
32namespace iot::mqtt::server {