added music_session_id to LoginAck

This commit is contained in:
Jonathan Kolyer 2013-02-06 07:08:15 -06:00
parent 87f6c8ad0e
commit 2c0107f46a
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ message LoginAck {
optional string client_id = 2; // a new client_id if none is supplied in Login, or just the original client_id echoed back
optional string token = 3; // the remember me token. This is useful if you logged in with username/password (otherwise it's just 'token' echoed back)
optional int32 heartbeat_interval = 4; // set your heartbeat interval to this value
optional string music_session_id = 5; // users session id if present
}
// route_to: server