mosquitto_plugin icon indicating copy to clipboard operation
mosquitto_plugin copied to clipboard

Write plugins for mosquitto in rust, with minimal friction!

Results 1 mosquitto_plugin issues
Sort by recently updated
recently updated
newest added

There are multiple entry points made available for a plugin through the C bindings. These three functions receive the client reference from the broker. * https://mosquitto.org/api/files/mosquitto_plugin-h.html#mosquitto_auth_acl_check * https://mosquitto.org/api/files/mosquitto_plugin-h.html#mosquitto_auth_unpwd_check * https://mosquitto.org/api/files/mosquitto_plugin-h.html#mosquitto_auth_start...