Mibew / mibew

Mibew Messenger - open-source live support application
https://mibew.org
Other
471 stars 204 forks source link

Broadcasting a message to all clients currently connected #228

Closed FabianWilms closed 5 years ago

FabianWilms commented 6 years ago

I wanted to know if there is an option to broadcast the same message to multiple clients at once. The easiest way would be to send the message to all connected clients. Is this currently possible?

faf commented 6 years ago

No, there are no such feature. But one could write a custom plugin for that (add a route, make a special form for the submission of the message, implement a controller).

faf commented 5 years ago

I've wrote the plugin. Maybe it will even be useful.

FabianWilms commented 5 years ago

Wow, thank you very much @faf ! It will surely be useful for our use case! :)