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: Received Message Scanning & Displaying Emojis #78

Closed tuckplace closed 1 year ago

tuckplace commented 1 year ago

Please make sure you read over the emojis page before starting this issue.

In order to properly display emojis, we need to scan messages being sent and received before they are displayed in the chat window. We need to check for any text in the emoji format seen below:

:1F603: - which should display the smile emoji.

In this issue, text must be checked for emojis before being displayed and any emojis displayed embedded in text.

This issue should have two people assigned who work together. One to create the scanner and get it working. One to handle displaying the emojis once identified.