Gottox / socket.io-java-client

Socket.IO Client Implementation in Java
MIT License
953 stars 387 forks source link

Fix to secure connection on Android (tested from SDK versions from 14 to 21). #122

Closed artemisia-absynthium closed 2 years ago

artemisia-absynthium commented 9 years ago

Java-WebSocket library updated to the latest version and WebsocketTransport creation fixed to make it compatible with every Android version that had issues (tested from 14 to 21). Harmony provider specification removed to meet Lollipop changes. Dead links removed from readme and added secure connection setup instructions + socket.io version compatibility specification.