Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] More triggers to plugin or external script.

 

Hello,

 

  I'm trying to make general-purpose channel-chatting server for mobile devices, using mosquitto.

 

- Max. user limit: 100 per channel 

- Users have own nicknames.

- Userlist visible for each channel.

 

  I'm using mosquitto brokers as front-end servers, and using php REST services for userlist(redis) in the channels.

Also, I've made a client using C/C++..  Everything works well except I cannot determine the users is disconncted by network unavailablity. I want delete the user in the userlist..

 

  I think it's very easy if mosquitto supports a trigger(auth_plugin?) on disconnect. :)

 

Many thanks in advance.


Back to the top