[REORG] messages types
This commit is contained in:
16
src/Yavsc.Abstract/Messaging/NotificationTypes.cs
Normal file
16
src/Yavsc.Abstract/Messaging/NotificationTypes.cs
Normal file
@ -0,0 +1,16 @@
|
||||
namespace Yavsc
|
||||
{
|
||||
public static class NotificationTypes {
|
||||
public const string Connected = "connected";
|
||||
public const string DisConnected = "disconnected";
|
||||
public const string Reconnected = "reconnected";
|
||||
public const string UserPart = "userpart";
|
||||
public const string UserJoin = "userjoin";
|
||||
public const string PrivateMessageDenied = "deniedpv";
|
||||
public const string Error = "error";
|
||||
public const string BookQuery = "bookQuery";
|
||||
public const string ContactRefused = "contact refused";
|
||||
public const string ExistingUserName ="existing user name";
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user