Server: Implement 'message' command #1

Open
opened 2019-01-20 05:23:47 +01:00 by binaryDiv · 0 comments
Owner

The 'message' command sends a chat message to the current chat instance. It should be written to the database and forwarded to all users in this chat (including the one who sent it).

  1. Define the exact format of the 'message' command.

  2. Implement handler.

  3. Send a 'message' event to all users in that chat.

(4. Persist message to database. -> #2)

The 'message' command sends a chat message to the current chat instance. It should be written to the database and forwarded to all users in this chat (including the one who sent it). 1. Define the exact format of the 'message' command. 2. Implement handler. 3. Send a 'message' event to all users in that chat. (4. Persist message to database. -> #2)
binaryDiv self-assigned this 2019-01-20 05:23:47 +01:00
binaryDiv added the
Component/Server
main feature
labels 2019-01-20 05:23:47 +01:00
binaryDiv added this to the Basic functionality milestone 2019-01-20 05:27:09 +01:00
Sign in to join this conversation.
No description provided.