push messages are sent upon user ids

This commit is contained in:
2019-05-24 20:17:24 +01:00
parent 00bcf6cd39
commit 04d167fcca
10 changed files with 128 additions and 89 deletions

View File

@ -10,6 +10,5 @@ namespace Yavsc
public const string Error = "error";
public const string ContactRefused = "contact refused";
public const string ExistingUserName ="existing user name";
public const string ServerMessage = "server message";
}
}