There is libwebsocket provided by warmcat as an answer to my question of a C++ Websocket library.
It supports the most recent -04 and -05 standard recommendation and also provides encryption through SSL.
Additionally it should work on iOS devices.
You can use it if you don't mind using C code or you could write an Objective-C wrapper for the library.