xmpp-compliance-tester

XMPP Compliance Tester, forked from github.com/iNPUTmice/ComplianceTester
git clone https://git.in0rdr.ch/xmpp-compliance-tester.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 9f5835e14618b6b02ad19392ecda08a666fb3785
parent 8d6a1df3a5d23a8ed04cefdaacff5ec77abc014d
Author: Wiktor <wiktor@metacode.biz>
Date:   Sat, 30 Sep 2017 21:08:45 +0200

Update minidns to version 0.2.4

Version 0.2.0 makes ComplianceTester give false negatives on test for XEP-0368 because of NPE thrown on SRV queries.

See: https://github.com/MiniDNS/minidns/issues/64
Diffstat:
Mpom.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml @@ -25,7 +25,7 @@ <dependency> <groupId>de.measite.minidns</groupId> <artifactId>minidns-hla</artifactId> - <version>0.2.0</version> + <version>0.2.4</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId>