socket.connected Client Message
Client-side message raised when the realtime socket connection is ready. After this message is raised, it is safe to send and receive socket messages against plugin-defined sockets with $.telligent.evolution.sockets.SOCKET_NAME.on(eventName, function)
and $.telligent.evolution.sockets.SOCKET_NAME.send(eventName, data)
Usage
$.telligent.evolution.messaging.subscribe('socket.connected', function() {
// handle the event
});