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 months ago
JSON representation
This is a simple XMPP chat using java and smack with the help of maven
- Host: GitHub
- URL: https://github.com/rsmith1220/proyecto1redes
- Owner: rsmith1220
- Created: 2023-08-05T18:02:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T00:39:22.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T00:50:51.863Z (about 1 year ago)
- Topics: java, maven, smack, xmpp
- Language: Java
- Homepage:
- Size: 3.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`