crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 427 forks source link

Update gradle, sdk version and dependencies #556

Closed muzzammilshahid closed 5 months ago

muzzammilshahid commented 5 months ago

Updates Gradle, SDK version, and dependencies. Also includes changes for compatibility.

oberstet commented 5 months ago

awesome! thanks for contributing=)

oberstet commented 5 months ago

@om26er OT/unrelated, I forgot, does Autobahn|Java actually support WAMP-cryptosign, specifically over TLS, and with TLS-channel-binding? if so, does ABJ support it for Android and on Netty?

https://wamp-proto.org/wamp_latest_ietf.html#name-tls-channel-binding

it seems the importance of "channel binding" for authentication is slowly dawning on devs: https://github.com/python/cpython/issues/115195#issuecomment-1935603872 ;)