dkelmatic

Results 9 comments of dkelmatic

Same experience here. We authenticate via OAuth-plugin and at some point I cannot refresh the token anymore, which is fine. I`d just kick the client then and he can login...

Hey! I checked out the tick event. Looks good. What I'm not so sure about is how to implement that. If I create a global list of clients wo should...

Maybe I'm thinking wrong, but when I use a list for the clients to be kicked on the next tick, I would fill the list from within the same thread...

Yes, I understand the the plugin interface. I'm using an oauth plugin. My idea would be to create a (global) list and if AuthAclCheck() fails with an invalid token, I'd...

Hey @Daedaluz , thanks for the inspiration. I will check what happens without any precautions and if it makes problems, I might be able to use some getter and setter...

Hello everyone, after updating my plugin to the V5 api, I created a linked list with the clientIDs to be kicked with mosquitto_malloc and assigned the userdata pointer to the...

Hello folks, sorry for the late answer. I didn't have time to get back to the mosquitto problem. I realized that I might have made a(stupid) mistake regarding reserving memory...

Hello @weetmuts thanks for your quick response and the details about how the xml lib is used and that it might work without libicu. I will try it and I...

Hello again, I have some good news: I thought I try my binary out on the device and see what happens. I had to install the libxml dependency that pulled...