mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
9 lines
218 B
Groovy
9 lines
218 B
Groovy
|
description = """\
|
||
|
Smack for XMPP connections over WebSocket (RFC 7395) using java.net.http.WebSocket."""
|
||
|
|
||
|
dependencies {
|
||
|
api project(':smack-websocket')
|
||
|
|
||
|
testFixturesApi(testFixtures(project(':smack-websocket')))
|
||
|
}
|