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 ///