Extend the login protocol to send the client id (as optional)

This commit is contained in:
woogerboy21 2015-08-24 11:38:24 -04:00
parent 324ddda4dd
commit 364df4daf0
2 changed files with 3 additions and 0 deletions

View file

@ -44,6 +44,7 @@ message Command_Login {
optional string user_name = 1;
optional string password = 2;
optional string clientid = 3;
optional string clientver = 4;
}
message Command_Message {