Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 845 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 845 Bytes

EFChat

EFChat is a Java-based chat application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Java JDK
  • Maven

Installing

  1. Clone the repository
  2. Navigate to the project directory
  3. Run mvn install to install the dependencies

Running the tests

Run mvn test to execute the unit tests via JUnit.

Built With

  • Maven - Dependency Management
  • JUnit - Testing Framework
  • Smack - XMPP Client Library
  • Log4j - Logging

Authors

  • rmw

License

This project is licensed under the MIT License - see the LICENSE.md file for details