GithubHelp home page GithubHelp logo

rondadon / caas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from guusdk/caas

0.0 1.0 0.0 1.02 MB

A web service for checking and visualising compliance status of XMPP servers.

Home Page: https://compliance.conversations.im

License: BSD 3-Clause "New" or "Revised" License

Java 36.73% FreeMarker 5.15% CSS 2.30% JavaScript 55.82%

caas's Introduction

XMPP Compliance Tester

                 

Build Status

This is a web service for checking and visualising compliance status of XMPP servers, made as a part of Google Summer of Code 2018 for Conversations.im by Rishi Raj.

Why compliance?

XMPP is an extensible and living standard. Requirments shift over time and thus new extensions (called XEPs) get developed. While server implementors usually react quite fast and are able to cater to those needs it's the server operators who don't upgrade to the latest version or don't enable certain features.

Picking the right extensions to implement or enable isn't always easy. For this reason the XSF has published XEP-0387 XMPP Compliance Suites 2018 listing the most important extensions to date.

This app won't just help you to assess if your server supports those compliance profiles, but also give you some instructions on how to implement the profiles which are currently not supported (if you are using popular server softwares)

How to use

You can use the live version on compliance.conversations.im.

Alternatively, you can run the project in these ways:-

  • as a command line tool to quickly check the compliance of servers locally
  • as a full-fledged web service

Build instructions

You need to have Java 10+ and maven

To build both the command line tool and web service, simply run

mvn package

To build only the command line tool you can use

mvn package -pl caas-annotations,caas-app

Run server

java -jar caas-web/target/caas-web.jar

Run command line tool

java -jar caas-app/target/caas-app.jar [jid] [password]

Contributing

Read CONTRIBUTING.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.