servatrice/common/pb/response_login.proto
2012-03-31 12:07:25 +02:00

13 lines
349 B
Protocol Buffer

import "response.proto";
import "serverinfo_user.proto";
message Response_Login {
extend Response {
optional Response_Login ext = 1005;
}
optional ServerInfo_User user_info = 1;
repeated ServerInfo_User buddy_list = 2;
repeated ServerInfo_User ignore_list = 3;
optional string denied_reason_str = 4;
optional uint64 denied_end_time = 5;
}