mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Add Use of Cryptographic Hashfunctions (XEP-300)
Also move bouncycastle dep from smack-omemo to smack-experimental.
This commit is contained in:
parent
f5ef42ec56
commit
28f3130cf9
10 changed files with 770 additions and 1 deletions
|
@ -8,7 +8,6 @@ dependencies {
|
|||
compile project(":smack-im")
|
||||
compile project(":smack-extensions")
|
||||
compile project(":smack-experimental")
|
||||
compile "org.bouncycastle:bcprov-jdk15on:1.57"
|
||||
|
||||
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue