mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-12 23:32:05 +01:00
6533cb7ed1
This uses Java's Service Provider Interface (SPI) to abstract different WebSocket implementations. SMACK-835
10 lines
255 B
Groovy
10 lines
255 B
Groovy
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")
|
|
}
|