mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Rework WebSocket code
Related to SMACK-835.
This commit is contained in:
parent
0c013e4f29
commit
c5a546554b
38 changed files with 953 additions and 498 deletions
|
@ -12,7 +12,8 @@ dependencies {
|
|||
api project(':smack-openpgp')
|
||||
api project(':smack-resolver-minidns')
|
||||
api project(':smack-resolver-minidns-dox')
|
||||
api project(':smack-websocket')
|
||||
// TODO: Change this to smack-websocket-java11 once it arrives.
|
||||
api project(':smack-websocket-okhttp')
|
||||
api project(':smack-tcp')
|
||||
|
||||
testImplementation(testFixtures(project(":smack-core")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue