Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Added support for MQTT #765

Merged
merged 10 commits into from
Dec 2, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ function buildAPI(globalOptions, html, jar) {
'getUserInfo',
'handleMessageRequest',
'listen',
'listenMqtt',
'logout',
'markAsDelivered',
'markAsRead',
'markAsReadAll',
'muteThread',
Expand Down
Loading