1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-14 19:49:38 +02:00

DRAFT/WIP Started XEP-0373: OpenPGP for XMPP implementation

This commit is contained in:
Florian Schmaus 2017-02-12 19:26:28 +01:00 committed by Paul Schaub
parent 8011ba96bb
commit dd9c693c3a
22 changed files with 807 additions and 1 deletions

View file

@ -0,0 +1,10 @@
description = """\
Smack API for XEP-0373: OpenPGP for XMPP."""
// Note that the test dependencies (junit, ) are inferred from the
// sourceSet.test of the core subproject
dependencies {
compile project(':smack-core')
testCompile project(path: ":smack-core", configuration: "testRuntime")
testCompile project(path: ":smack-core", configuration: "archives")
}