Méthode |
Description |
|
DisconnectClient ( string clientId ) : void |
|
|
GetClientState ( ) : JabbR.Models.ClientState |
|
|
GetCookieValue ( string key ) : string |
|
|
INotificationService ( ) : void |
|
|
INotificationService ( JabbR.Models.ChatRoom room, JabbR.Models.ChatUser user ) : void |
|
|
INotificationService ( JabbR.Models.ChatRoom room, JabbR.Models.ChatUser user, string content ) : void |
|
|
INotificationService ( JabbR.Models.ChatRoom room, IEnumerable names ) : void |
|
|
INotificationService ( JabbR.Models.ChatUser user ) : void |
|
|
INotificationService ( JabbR.Models.ChatUser user, JabbR.Models.ChatRoom room ) : void |
|
|
INotificationService ( JabbR.Models.ChatUser user, JabbR.Models.ChatUser targetUser ) : void |
|
|
INotificationService ( JabbR.Models.ChatUser user, JabbR.Models.ChatUser toUser, string messageText ) : void |
|
|
INotificationService ( JabbR.Models.ChatUser user, string clientId ) : void |
|
|
INotificationService ( JabbR.Models.ChatUser user, string oldUserName, string newUserName ) : void |
|
|
INotificationService ( IEnumerable users ) : void |
|
|
LeaveRoom ( JabbR.Models.ChatUser user, JabbR.Models.ChatRoom room ) : void |
|
|
LogOn ( JabbR.Models.ChatUser user, string clientId ) : void |
|
|
OnRoomCountChanged ( JabbR.Models.ChatRoom room ) : void |
|
|
OnUpdateActivity ( JabbR.Models.ChatUser user, JabbR.Models.ChatRoom room ) : void |
|
|
OnUserInitialize ( JabbR.Models.ClientState clientState, JabbR.Models.ChatUser user ) : void |
|
|
ParseChatMessageText ( string content, HashSet &links ) : string |
|
|
ProcessUrls ( IEnumerable links, JabbR.Models.ChatRoom room, ChatMessage chatMessage ) : void |
|
|
Transform ( string message, HashSet &extractedUrls ) : string |
|
|
TryHandleCommand ( string command ) : bool |
|
|
UpdateActivity ( JabbR.Models.ChatUser user, JabbR.Models.ChatRoom room ) : void |
|
|