From ea4093ff75412bb5a157cf9b35b5d12eb67e4319 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Wed, 14 Oct 2020 15:19:20 +0200 Subject: [PATCH] added message to dataparser --- Hashing/DataParser.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Hashing/DataParser.cs b/Hashing/DataParser.cs index 9403bdb..1ba0581 100644 --- a/Hashing/DataParser.cs +++ b/Hashing/DataParser.cs @@ -18,6 +18,7 @@ namespace Util public const string NEW_CONNECTION = "NEW CONNECTION"; public const string DISCONNECT = "DISCONNECT"; public const string LOGIN_DOCTOR = "LOGIN DOCTOR"; + public const string MESSAGE = "MESSAGE"; /// /// makes the json object with LOGIN identifier and username and password ///