socket.IO-objc
socket.IO-objc copied to clipboard
Support for authentication
For Socket.io servers that require user/password or oAuth, a callback should be exposed for applying the (proper) credentials. Exposing request headers might be sufficient as a first version.
See also https://github.com/square/SocketRocket/issues/36