Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there any good hook that will be triggered when user is online? If there are several, could you guide which is better to use.
I'm investigating now action:user.online. Is it a good option for such task? Any pitfalls?
action:user.online
@administrators ?
@Nicolas Sorry about the delay
Consider listening to this socket call, which is sent to all connected clients, it seems.
socket.on('event:user_status_change', function() { console.log(arguments); });