1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-11 22:24:50 +02:00
Smack/smack-websocket/build.gradle
Florian Schmaus 6533cb7ed1 Introduce smack-websocket-okhttp
This uses Java's Service Provider Interface (SPI) to abstract
different WebSocket implementations.

SMACK-835
2020-09-01 21:36:13 +02:00

9 lines
178 B
Groovy

description = """\
Smack for XMPP connections over WebSocket (RFC 7395)."""
dependencies {
api project(':smack-core')
testFixturesApi(testFixtures(project(':smack-core')))
}