diff options
Diffstat (limited to 'protocols/Facebook/src/proto.h')
-rw-r--r-- | protocols/Facebook/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index f64eb5c3ea..5d43e5bab8 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -349,6 +349,8 @@ class FacebookProto : public PROTO<FacebookProto> bool MqttConnect(); void MqttOpen(); void MqttPublish(const char *topic, const char *value); + void MqttSubscribe(const char *topic, ...); + void MqttUnsubscribe(const char *topic, ...); void MqttSend(const MqttMessage &payload); HNETLIBCONN m_mqttConn; |