The interactive chat doesn't work anymore with `socket.io v. ^1.4.3` with locally generated `socket.io.js` file but : - works with version `1.2.0` and local `socket.io.js`; - works with version `^1.4.2` and [https://cdn.socket.io/socket.io-1.2.0.js](https://cdn.socket.io/socket.io-1.2.0.js). I would love to know what changed and how to adapt on modern Socket.io usage.