mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-05 08:05: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')))
|
|
}
|