cs-utulsa / Encrypted-Chat-Service

This is the major project for the year long senior software class. The focus on this repository is to create a encrypted chat service, which can be used for secure communication. It will include not only peer to peer chat services, but also file transfer and group chats.
5 stars 1 forks source link

Coding: Modification of Existing Classes to Support Sending a File #68

Closed tuckplace closed 1 year ago

tuckplace commented 1 year ago

Goal of this story is to ensure that files can be formatted (using the message class) and sent properly. The name of the file along with what format it is (.txt, .pdf. etc) need to be passed when sending a file. The receiver also must be able to receive the file and re-create the file object.

piangno commented 1 year ago

2 hours