You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library has custom client/methods to conform to "MQTToT" protocol Instagram uses. The following changes are:
Zipped payloads (though may not be zipped for some... need more research)
CONNECT packet has a zipped Thrift payload
CONNACK has a payload
Currently all specifications are implemented. The custom client is currently able to connect to the broker and "subscribe" (We send a PUBLISH packet actually) to direct messages (referred to as iris topic '134'). The library has no functionality to act on receiving packets; the library only logs outgoing and incoming packets.
Some smaller issues from this:
More available topics implemented (graphql, skywalker, etc.)
Elegant event system to allow developers to listen for specific events to occur, like incoming text message
The library has custom client/methods to conform to "MQTToT" protocol Instagram uses. The following changes are:
Currently all specifications are implemented. The custom client is currently able to connect to the broker and "subscribe" (We send a PUBLISH packet actually) to direct messages (referred to as iris topic '134'). The library has no functionality to act on receiving packets; the library only logs outgoing and incoming packets.
Some smaller issues from this:
We can rely from JavaScript library
The text was updated successfully, but these errors were encountered: