André Samuelsson

Results 3 issues of André Samuelsson

Hey. I've been working on a rust-bindings library for plugins for a while now. (This one: https://github.com/TotalKrill/mosquitto_plugin). And while I was researching how stuff works I've stumbled upon a few...

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...