delight-im / Android-DDP

[UNMAINTAINED] Meteor's Distributed Data Protocol (DDP) for clients on Android
Apache License 2.0
274 stars 54 forks source link

Does it work also with wss? #93

Closed romaluca closed 8 years ago

romaluca commented 8 years ago

Does it work also with wss? Ex. mMeteor = new Meteor(this, "wss://example.meteor.com:443/websocket");

Thanks

ocram commented 8 years ago

Thanks for the question!

It seems you have already found out -- but in case other developers are looking for the answer as well:

Yes, this library does support both WS and WSS (WS + SSL/TLS).