mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Introduce smack-websocket-okhttp
This uses Java's Service Provider Interface (SPI) to abstract different WebSocket implementations. SMACK-835
This commit is contained in:
parent
525f27abf1
commit
6533cb7ed1
19 changed files with 189 additions and 126 deletions
10
smack-websocket-okhttp/build.gradle
Normal file
10
smack-websocket-okhttp/build.gradle
Normal file
|
@ -0,0 +1,10 @@
|
|||
description = """\
|
||||
Smack for XMPP connections over WebSocket (RFC 7395) using OkHttp."""
|
||||
|
||||
dependencies {
|
||||
api project(':smack-websocket')
|
||||
|
||||
testFixturesApi(testFixtures(project(':smack-websocket')))
|
||||
|
||||
implementation("com.squareup.okhttp3:okhttp:4.6.0")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue