TheE / XMPPChat

A lightweigth XMPP messaging component for CommandBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMPPChat

XMPPChat is a lightweight component written for CommandBook that connects with an external XMPP account to allow players sending messages to other, pre-configured XMPP accounts.

The project is licensed under the GNU General Public License v3.

Compiling

This project is written for Java 6 and the build process makes use of Maven, to handle dependencies automatically. For compiling you will need to:

  1. Install the Java 6 JDK.
  2. Install Apache Maven.
  3. Download the source code for Whitelister from this repository, using either Git or the download button.
  4. Navigate to the directory where the source code is and type mvn clean install in command prompt or terminal.

Contributing

We accept contributions, especially through pull requests on GitHub. Submissions must be licensed under the GNU General Public License v3.

About

A lightweigth XMPP messaging component for CommandBook

License:GNU General Public License v3.0


Languages

Language:Java 100.0%