nowelium / socket.io-titanium

socket.io for titanium mobile
http://youtu.be/10ogNjWCpyc
Other
136 stars 34 forks source link

SSL Support #9

Open allenhartwig opened 12 years ago

allenhartwig commented 12 years ago

Would it be possible to add WSS/SSL support to ti-websocket-client.js? It appears that socket.io-titanium properly parses and sets up for secure communication, but the websocket client only supports communication on the WS protocol.

nowelium commented 12 years ago

SSL / TLS was able to use the property from TiMob 1.8.0.1 tlsVersion http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Network.HTTPClient.tlsVersion-property.html So, if I might be able to add the implementation of this, but I can support is so far undecided. If you want to use SSL communication, if you will be the XHR polling. .

Will take some more time. I'm sorry..