From 2c0107f46a4fb1caf9f3df7f106d7a1297effdab Mon Sep 17 00:00:00 2001 From: Jonathan Kolyer Date: Wed, 6 Feb 2013 07:08:15 -0600 Subject: [PATCH] added music_session_id to LoginAck --- src/client_container.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client_container.proto b/src/client_container.proto index c49390056..839b2c328 100644 --- a/src/client_container.proto +++ b/src/client_container.proto @@ -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