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 7aa9e86ed1a2034ec1c84e576a7d0b3a9503f008
parent e5d8fe11d264ef901362f1565658f2c9e9ccad19
Author: Daniel Gultsch <daniel@gultsch.de>
Date:   Fri, 17 Jun 2016 20:36:15 +0200

add link to compiled jar. fixes #10
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -14,7 +14,7 @@ This tool helps you to asses if your server supports those compliance profiles. ###Usage -Build with ```mvn package``` (needs Java 8) +Download the compiled [ComplianceTester-0.1.jar](https://gultsch.de/files/ComplianceTester-0.1.jar) or build with ```mvn package``` (needs Java 8) Run with ```java -jar target/ComplianceTester-0.1.jar username@domain password```