* adding workspace var (although unused)

This commit is contained in:
Seth Call 2012-08-26 14:34:32 -05:00
parent 559e95ab76
commit b5bd730465
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
source 'https://rubygems.org'
workspace = ENV["WORKSPACE"] || "~/workspace"
gem 'ruby-protocol-buffers', '1.2.2'

View File

@ -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