mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Create smack-streammanagement project and move o.j.smack.sm code there
This commit is contained in:
parent
89c5895ab3
commit
317e391da5
23 changed files with 33 additions and 2 deletions
8
smack-streammanagement/build.gradle
Normal file
8
smack-streammanagement/build.gradle
Normal file
|
@ -0,0 +1,8 @@
|
|||
description = """\
|
||||
Smack support for XMPP Stream Management (XEP-0198)."""
|
||||
|
||||
dependencies {
|
||||
api project(':smack-core')
|
||||
|
||||
testFixturesApi(testFixtures(project(":smack-core")))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue