mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
6533cb7ed1
This uses Java's Service Provider Interface (SPI) to abstract different WebSocket implementations. SMACK-835
8 lines
178 B
Groovy
8 lines
178 B
Groovy
description = """\
|
|
Smack for XMPP connections over WebSocket (RFC 7395)."""
|
|
|
|
dependencies {
|
|
api project(':smack-core')
|
|
|
|
testFixturesApi(testFixtures(project(':smack-core')))
|
|
}
|