mkuklis / phonegap-websocket

Websocket PhoneGap plugin for Android
203 stars 78 forks source link

Would draft 17 be a better default? #24

Closed dhuyvett closed 10 years ago

dhuyvett commented 10 years ago

The world seems to be standardizing on Draft 17/rfc-6455. (see: http://en.wikipedia.org/wiki/WebSocket#Browser_support (note: the latest Android Browser (KitKat) now supports rfc-6455))

I can use Draft17 by specifying it as an option, but I'm wondering if Draft17 might be a better default, and allow Draft10 to be specified as an option in those instances when it is needed.

mkuklis commented 10 years ago

@dhuyvett that sounds good. I will review it closer. Cheers!