commit | 652386768da79ceec8af09de48903d77f21c0afc | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Sep 25 13:10:57 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Sep 25 13:10:57 2012 -0700 |
tree | a3d166560a0ecb17c7363caa2966e6f2e8670a82 | |
parent | af3b3903b8047a9d09bc5adbafd0d4f6089b26ee [diff] [blame] |
change message
diff --git a/chatbuf.proto b/chatbuf.proto index 2b7d2ac..351afd0 100644 --- a/chatbuf.proto +++ b/chatbuf.proto
@@ -6,7 +6,8 @@ enum ChatMessageType { CHAT = 0; HELLO = 1; - OTHER = 2; + LEAVE = 2; + OTHER = 3; } required ChatMessageType type = 3 [default = CHAT]; optional string data = 4;