Is there a way to subscribe to only certain events? For example, if I have chat in my application, is it customary for the client to subscribe to all message-related updates and filter on its end? This seems counter intuitive, but I'm new to the whole websockets game.