push messages are sent upon user ids

This commit is contained in:
Paul Schneider 2019-05-24 20:17:24 +01:00
commit 44224e955f
10 changed files with 130 additions and 91 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";
}
}