mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Create smack-im subproject for XMPP-IM
Move Roster and Chat(Manager) code into their own packages within the new smack-im subproject. Apply Manager pattern to Roster. Fixes SMACK-637.
This commit is contained in:
parent
e722018808
commit
d5b8647d9d
47 changed files with 392 additions and 271 deletions
11
smack-im/build.gradle
Normal file
11
smack-im/build.gradle
Normal file
|
@ -0,0 +1,11 @@
|
|||
description = """\
|
||||
Smack IM.
|
||||
Classes and methods for XMPP-IM (RFC 6121):
|
||||
Roster, Chat and other functionality."""
|
||||
|
||||
// Note that the test dependencies (junit, …) are inferred from the
|
||||
// sourceSet.test of the core subproject
|
||||
dependencies {
|
||||
compile project(':smack-core')
|
||||
testCompile project(':smack-core').sourceSets.test.runtimeClasspath
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue