* VRFS-98; notification created for join_request

This commit is contained in:
Seth Call 2012-11-30 09:23:13 -06:00
parent 45316d3e48
commit 35dc71b47a
1 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,7 @@ message ClientMessage {
FRIEND_UPDATE = 108;
SESSION_INVITATION = 109;
USER_LEFT_MUSIC_SESSION = 110;
JOIN_REQUEST = 111;
TEST_SESSION_MESSAGE = 200;
@ -55,6 +56,7 @@ message ClientMessage {
optional FriendUpdate friend_update = 108; // from server to all friends of user
optional SessionInvitation session_invitation = 109; // from server to user
optional UserLeftMusicSession user_left_music_session = 110;
optional JoinRequest join_request = 111;
// Client-Session messages (to/from)
optional TestSessionMessage test_session_message = 200;
@ -141,7 +143,11 @@ message UserLeftMusicSession {
optional string username = 3; // meant to be a display name
}
message JoinRequest {
optional string join_request_id = 1;
optional string username = 2;
optional string text = 3;
}
// route_to: session
// a test message used by ruby-client currently. just gives way to send out to rest of session