From b5bd730465c5d09d45d0e1216a342c44bbab6207 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 26 Aug 2012 14:34:32 -0500 Subject: [PATCH] * adding workspace var (although unused) --- Gemfile | 2 ++ src/client_container.proto | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c5ba9b467..7f7d5888b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ source 'https://rubygems.org' +workspace = ENV["WORKSPACE"] || "~/workspace" + gem 'ruby-protocol-buffers', '1.2.2' diff --git a/src/client_container.proto b/src/client_container.proto index 7ab8f7ede..b8964016f 100644 --- a/src/client_container.proto +++ b/src/client_container.proto @@ -95,7 +95,7 @@ message LeaveJamSessionAck { // target: session: // sent by server to let the rest of the participants know a user has joined. -// this feels a little off; client could do this? *shrug* can change. +// this feels a little off; client could initiate this to other clients, right? message UserJoinedJamSession { optional string user_id = 1; // this is the user_id and can be used for user unicast messages optional string username = 2; // meant to be a display name