[REORG]
This commit is contained in:
parent
660fa470bc
commit
e78d3d31f4
3 changed files with 39 additions and 10 deletions
|
|
@ -60,9 +60,12 @@ namespace Yavsc
|
|||
public const string HubGroupAuthenticated = "authenticated";
|
||||
public const string HubGroupAnonymous = "anonymous";
|
||||
public const string HubGroupCops= "cops";
|
||||
public const string HubGroupRomsPrefix = "room_";
|
||||
public const int MaxChanelName = 255;
|
||||
|
||||
public const string HubGroupFollowingPrefix = "fol ";
|
||||
public const string AnonymousUserNamePrefix = "?";
|
||||
public const string KeyParamChatUserName = "username";
|
||||
public const string LabAuthChatUser = "Authenticated chat user";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue