mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Add smack-resolver-minidns
This commit is contained in:
parent
1f6d0fa415
commit
609c225865
6 changed files with 127 additions and 0 deletions
10
smack-resolver-minidns/build.gradle
Normal file
10
smack-resolver-minidns/build.gradle
Normal file
|
@ -0,0 +1,10 @@
|
|||
description = """\
|
||||
DNS SRV with minidns
|
||||
Use minidns for DNS SRV lookups. For platforms that don't provide the
|
||||
javax.naming API (e.g. Android)."""
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':smack-core', configuration: 'dns')
|
||||
compile 'de.measite.minidns:minidns:0.1.1'
|
||||
compile "org.igniterealtime.jxmpp:jxmpp-util-cache:$jxmppVersion"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue