UNPKG

rocket.chat.mqtt

Version:

It's a MQTT Server, using redis to scale horizontally.

16 lines (11 loc) 276 B
/*globals options: false */ /*jslint node: true */ "use strict"; var common = require('./common'); module.exports = function () { var matcher = new options.Matcher(); common.add_bindings(matcher); common.match(matcher); common.remove_bindings(matcher); };