It would be great if you could use a wildcard to capture all events. For example: ``` client.on("*", function(data) { } ```