A java based chatting application with GUI in JavaFX.
- JDK 8 or above
- jdbc-sql connector
- MySql
- Register/Login for each user.
- Profile page for each user.
- Show online users.
- Upload and download a file/image from local system.
- Search for users to start a conversation or view profile.
- Support for creating a group.
- Sending invites to join the group.
- Sending requests to join a group.
- Notifications for unread messages.
- Notifications for group invites/requests.
- Encrypt the data before sending.(AES 128-bit encryption is used).
- Hash the password.(Hashed using SHA-1).
- Spell Check.
- Support for emoticons.
- Local Cache for storing data.
Tested on Windows Operating System