Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rsmith1220/proyecto1redes

This is a simple XMPP chat using java and smack with the help of maven
https://github.com/rsmith1220/proyecto1redes

java maven smack xmpp

Last synced: 5 days ago
JSON representation

This is a simple XMPP chat using java and smack with the help of maven

Awesome Lists containing this project

README

        

# Proyecto1Redes
This is a simple XMPP chat using java and smack with the help of maven

To start compiling the project, stay in the root folder and run these commands in your terminal.
Make sure to have Maven installed and in your System variables Path
- `mvn clean`
- `mvn compile`
- `mvn package`
- `java -jar target/gs-maven-0.1.0.jar`