Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rsmith1220/proyecto1redes
- Owner: rsmith1220
- Created: 2023-08-05T18:02:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-22T00:39:22.000Z (about 1 year ago)
- Last Synced: 2024-10-17T06:07:25.763Z (21 days 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 mavenTo 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`