summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-09-07 22:46:58 +0200
committerGitHub <noreply@github.com>2019-09-07 22:46:58 +0200
commita3bee01e0af3394c19360b98fd2db1b647f49299 (patch)
treeffc5778361d55d592a718354a37c9251e75fc7f6 /vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go
parent1dc93ec4f001edd01daccbe408767d4878be25a3 (diff)
downloadmatterbridge-msglm-a3bee01e0af3394c19360b98fd2db1b647f49299.tar.gz
matterbridge-msglm-a3bee01e0af3394c19360b98fd2db1b647f49299.tar.bz2
matterbridge-msglm-a3bee01e0af3394c19360b98fd2db1b647f49299.zip
Update dependencies (#886)
Diffstat (limited to 'vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go')
-rw-r--r--vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go1294
1 files changed, 1294 insertions, 0 deletions
diff --git a/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go b/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go
new file mode 100644
index 00000000..851f3d3f
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go
@@ -0,0 +1,1294 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: steammessages_clientserver_login.proto
+
+package protobuf
+
+import (
+ fmt "fmt"
+ proto "github.com/golang/protobuf/proto"
+ math "math"
+)
+
+// Reference imports to suppress errors if they are not otherwise used.
+var _ = proto.Marshal
+var _ = fmt.Errorf
+var _ = math.Inf
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the proto package protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type CMsgClientHeartBeat struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientHeartBeat) Reset() { *m = CMsgClientHeartBeat{} }
+func (m *CMsgClientHeartBeat) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientHeartBeat) ProtoMessage() {}
+func (*CMsgClientHeartBeat) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{0}
+}
+
+func (m *CMsgClientHeartBeat) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientHeartBeat.Unmarshal(m, b)
+}
+func (m *CMsgClientHeartBeat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientHeartBeat.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientHeartBeat) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientHeartBeat.Merge(m, src)
+}
+func (m *CMsgClientHeartBeat) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientHeartBeat.Size(m)
+}
+func (m *CMsgClientHeartBeat) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientHeartBeat.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientHeartBeat proto.InternalMessageInfo
+
+type CMsgClientServerTimestampRequest struct {
+ ClientRequestTimestamp *uint64 `protobuf:"varint,1,opt,name=client_request_timestamp" json:"client_request_timestamp,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServerTimestampRequest) Reset() { *m = CMsgClientServerTimestampRequest{} }
+func (m *CMsgClientServerTimestampRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServerTimestampRequest) ProtoMessage() {}
+func (*CMsgClientServerTimestampRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{1}
+}
+
+func (m *CMsgClientServerTimestampRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServerTimestampRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientServerTimestampRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServerTimestampRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServerTimestampRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServerTimestampRequest.Merge(m, src)
+}
+func (m *CMsgClientServerTimestampRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServerTimestampRequest.Size(m)
+}
+func (m *CMsgClientServerTimestampRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServerTimestampRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServerTimestampRequest proto.InternalMessageInfo
+
+func (m *CMsgClientServerTimestampRequest) GetClientRequestTimestamp() uint64 {
+ if m != nil && m.ClientRequestTimestamp != nil {
+ return *m.ClientRequestTimestamp
+ }
+ return 0
+}
+
+type CMsgClientServerTimestampResponse struct {
+ ClientRequestTimestamp *uint64 `protobuf:"varint,1,opt,name=client_request_timestamp" json:"client_request_timestamp,omitempty"`
+ ServerTimestampMs *uint64 `protobuf:"varint,2,opt,name=server_timestamp_ms" json:"server_timestamp_ms,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServerTimestampResponse) Reset() { *m = CMsgClientServerTimestampResponse{} }
+func (m *CMsgClientServerTimestampResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServerTimestampResponse) ProtoMessage() {}
+func (*CMsgClientServerTimestampResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{2}
+}
+
+func (m *CMsgClientServerTimestampResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServerTimestampResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientServerTimestampResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServerTimestampResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServerTimestampResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServerTimestampResponse.Merge(m, src)
+}
+func (m *CMsgClientServerTimestampResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServerTimestampResponse.Size(m)
+}
+func (m *CMsgClientServerTimestampResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServerTimestampResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServerTimestampResponse proto.InternalMessageInfo
+
+func (m *CMsgClientServerTimestampResponse) GetClientRequestTimestamp() uint64 {
+ if m != nil && m.ClientRequestTimestamp != nil {
+ return *m.ClientRequestTimestamp
+ }
+ return 0
+}
+
+func (m *CMsgClientServerTimestampResponse) GetServerTimestampMs() uint64 {
+ if m != nil && m.ServerTimestampMs != nil {
+ return *m.ServerTimestampMs
+ }
+ return 0
+}
+
+type CMsgClientLogon struct {
+ ProtocolVersion *uint32 `protobuf:"varint,1,opt,name=protocol_version" json:"protocol_version,omitempty"`
+ ObfustucatedPrivateIp *uint32 `protobuf:"varint,2,opt,name=obfustucated_private_ip" json:"obfustucated_private_ip,omitempty"`
+ CellId *uint32 `protobuf:"varint,3,opt,name=cell_id" json:"cell_id,omitempty"`
+ LastSessionId *uint32 `protobuf:"varint,4,opt,name=last_session_id" json:"last_session_id,omitempty"`
+ ClientPackageVersion *uint32 `protobuf:"varint,5,opt,name=client_package_version" json:"client_package_version,omitempty"`
+ ClientLanguage *string `protobuf:"bytes,6,opt,name=client_language" json:"client_language,omitempty"`
+ ClientOsType *uint32 `protobuf:"varint,7,opt,name=client_os_type" json:"client_os_type,omitempty"`
+ ShouldRememberPassword *bool `protobuf:"varint,8,opt,name=should_remember_password,def=0" json:"should_remember_password,omitempty"`
+ WineVersion *string `protobuf:"bytes,9,opt,name=wine_version" json:"wine_version,omitempty"`
+ PingMsFromCellSearch *uint32 `protobuf:"varint,10,opt,name=ping_ms_from_cell_search" json:"ping_ms_from_cell_search,omitempty"`
+ PublicIp *uint32 `protobuf:"varint,20,opt,name=public_ip" json:"public_ip,omitempty"`
+ QosLevel *uint32 `protobuf:"varint,21,opt,name=qos_level" json:"qos_level,omitempty"`
+ ClientSuppliedSteamId *uint64 `protobuf:"fixed64,22,opt,name=client_supplied_steam_id" json:"client_supplied_steam_id,omitempty"`
+ MachineId []byte `protobuf:"bytes,30,opt,name=machine_id" json:"machine_id,omitempty"`
+ LauncherType *uint32 `protobuf:"varint,31,opt,name=launcher_type,def=0" json:"launcher_type,omitempty"`
+ UiMode *uint32 `protobuf:"varint,32,opt,name=ui_mode,def=0" json:"ui_mode,omitempty"`
+ ChatMode *uint32 `protobuf:"varint,33,opt,name=chat_mode,def=0" json:"chat_mode,omitempty"`
+ Steam2AuthTicket []byte `protobuf:"bytes,41,opt,name=steam2_auth_ticket" json:"steam2_auth_ticket,omitempty"`
+ EmailAddress *string `protobuf:"bytes,42,opt,name=email_address" json:"email_address,omitempty"`
+ Rtime32AccountCreation *uint32 `protobuf:"fixed32,43,opt,name=rtime32_account_creation" json:"rtime32_account_creation,omitempty"`
+ AccountName *string `protobuf:"bytes,50,opt,name=account_name" json:"account_name,omitempty"`
+ Password *string `protobuf:"bytes,51,opt,name=password" json:"password,omitempty"`
+ GameServerToken *string `protobuf:"bytes,52,opt,name=game_server_token" json:"game_server_token,omitempty"`
+ LoginKey *string `protobuf:"bytes,60,opt,name=login_key" json:"login_key,omitempty"`
+ WasConvertedDeprecatedMsg *bool `protobuf:"varint,70,opt,name=was_converted_deprecated_msg,def=0" json:"was_converted_deprecated_msg,omitempty"`
+ AnonUserTargetAccountName *string `protobuf:"bytes,80,opt,name=anon_user_target_account_name" json:"anon_user_target_account_name,omitempty"`
+ ResolvedUserSteamId *uint64 `protobuf:"fixed64,81,opt,name=resolved_user_steam_id" json:"resolved_user_steam_id,omitempty"`
+ EresultSentryfile *int32 `protobuf:"varint,82,opt,name=eresult_sentryfile" json:"eresult_sentryfile,omitempty"`
+ ShaSentryfile []byte `protobuf:"bytes,83,opt,name=sha_sentryfile" json:"sha_sentryfile,omitempty"`
+ AuthCode *string `protobuf:"bytes,84,opt,name=auth_code" json:"auth_code,omitempty"`
+ OtpType *int32 `protobuf:"varint,85,opt,name=otp_type" json:"otp_type,omitempty"`
+ OtpValue *uint32 `protobuf:"varint,86,opt,name=otp_value" json:"otp_value,omitempty"`
+ OtpIdentifier *string `protobuf:"bytes,87,opt,name=otp_identifier" json:"otp_identifier,omitempty"`
+ Steam2TicketRequest *bool `protobuf:"varint,88,opt,name=steam2_ticket_request" json:"steam2_ticket_request,omitempty"`
+ SonyPsnTicket []byte `protobuf:"bytes,90,opt,name=sony_psn_ticket" json:"sony_psn_ticket,omitempty"`
+ SonyPsnServiceId *string `protobuf:"bytes,91,opt,name=sony_psn_service_id" json:"sony_psn_service_id,omitempty"`
+ CreateNewPsnLinkedAccountIfNeeded *bool `protobuf:"varint,92,opt,name=create_new_psn_linked_account_if_needed,def=0" json:"create_new_psn_linked_account_if_needed,omitempty"`
+ SonyPsnName *string `protobuf:"bytes,93,opt,name=sony_psn_name" json:"sony_psn_name,omitempty"`
+ GameServerAppId *int32 `protobuf:"varint,94,opt,name=game_server_app_id" json:"game_server_app_id,omitempty"`
+ SteamguardDontRememberComputer *bool `protobuf:"varint,95,opt,name=steamguard_dont_remember_computer" json:"steamguard_dont_remember_computer,omitempty"`
+ MachineName *string `protobuf:"bytes,96,opt,name=machine_name" json:"machine_name,omitempty"`
+ MachineNameUserchosen *string `protobuf:"bytes,97,opt,name=machine_name_userchosen" json:"machine_name_userchosen,omitempty"`
+ CountryOverride *string `protobuf:"bytes,98,opt,name=country_override" json:"country_override,omitempty"`
+ IsSteamBox *bool `protobuf:"varint,99,opt,name=is_steam_box" json:"is_steam_box,omitempty"`
+ ClientInstanceId *uint64 `protobuf:"varint,100,opt,name=client_instance_id" json:"client_instance_id,omitempty"`
+ TwoFactorCode *string `protobuf:"bytes,101,opt,name=two_factor_code" json:"two_factor_code,omitempty"`
+ SupportsRateLimitResponse *bool `protobuf:"varint,102,opt,name=supports_rate_limit_response" json:"supports_rate_limit_response,omitempty"`
+ WebLogonNonce *string `protobuf:"bytes,103,opt,name=web_logon_nonce" json:"web_logon_nonce,omitempty"`
+ PriorityReason *int32 `protobuf:"varint,104,opt,name=priority_reason" json:"priority_reason,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLogon) Reset() { *m = CMsgClientLogon{} }
+func (m *CMsgClientLogon) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLogon) ProtoMessage() {}
+func (*CMsgClientLogon) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{3}
+}
+
+func (m *CMsgClientLogon) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLogon.Unmarshal(m, b)
+}
+func (m *CMsgClientLogon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLogon.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLogon) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLogon.Merge(m, src)
+}
+func (m *CMsgClientLogon) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLogon.Size(m)
+}
+func (m *CMsgClientLogon) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLogon.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLogon proto.InternalMessageInfo
+
+const Default_CMsgClientLogon_ShouldRememberPassword bool = false
+const Default_CMsgClientLogon_LauncherType uint32 = 0
+const Default_CMsgClientLogon_UiMode uint32 = 0
+const Default_CMsgClientLogon_ChatMode uint32 = 0
+const Default_CMsgClientLogon_WasConvertedDeprecatedMsg bool = false
+const Default_CMsgClientLogon_CreateNewPsnLinkedAccountIfNeeded bool = false
+
+func (m *CMsgClientLogon) GetProtocolVersion() uint32 {
+ if m != nil && m.ProtocolVersion != nil {
+ return *m.ProtocolVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetObfustucatedPrivateIp() uint32 {
+ if m != nil && m.ObfustucatedPrivateIp != nil {
+ return *m.ObfustucatedPrivateIp
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetLastSessionId() uint32 {
+ if m != nil && m.LastSessionId != nil {
+ return *m.LastSessionId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetClientPackageVersion() uint32 {
+ if m != nil && m.ClientPackageVersion != nil {
+ return *m.ClientPackageVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetClientLanguage() string {
+ if m != nil && m.ClientLanguage != nil {
+ return *m.ClientLanguage
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetClientOsType() uint32 {
+ if m != nil && m.ClientOsType != nil {
+ return *m.ClientOsType
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetShouldRememberPassword() bool {
+ if m != nil && m.ShouldRememberPassword != nil {
+ return *m.ShouldRememberPassword
+ }
+ return Default_CMsgClientLogon_ShouldRememberPassword
+}
+
+func (m *CMsgClientLogon) GetWineVersion() string {
+ if m != nil && m.WineVersion != nil {
+ return *m.WineVersion
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetPingMsFromCellSearch() uint32 {
+ if m != nil && m.PingMsFromCellSearch != nil {
+ return *m.PingMsFromCellSearch
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetPublicIp() uint32 {
+ if m != nil && m.PublicIp != nil {
+ return *m.PublicIp
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetQosLevel() uint32 {
+ if m != nil && m.QosLevel != nil {
+ return *m.QosLevel
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetClientSuppliedSteamId() uint64 {
+ if m != nil && m.ClientSuppliedSteamId != nil {
+ return *m.ClientSuppliedSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetMachineId() []byte {
+ if m != nil {
+ return m.MachineId
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetLauncherType() uint32 {
+ if m != nil && m.LauncherType != nil {
+ return *m.LauncherType
+ }
+ return Default_CMsgClientLogon_LauncherType
+}
+
+func (m *CMsgClientLogon) GetUiMode() uint32 {
+ if m != nil && m.UiMode != nil {
+ return *m.UiMode
+ }
+ return Default_CMsgClientLogon_UiMode
+}
+
+func (m *CMsgClientLogon) GetChatMode() uint32 {
+ if m != nil && m.ChatMode != nil {
+ return *m.ChatMode
+ }
+ return Default_CMsgClientLogon_ChatMode
+}
+
+func (m *CMsgClientLogon) GetSteam2AuthTicket() []byte {
+ if m != nil {
+ return m.Steam2AuthTicket
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetEmailAddress() string {
+ if m != nil && m.EmailAddress != nil {
+ return *m.EmailAddress
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetRtime32AccountCreation() uint32 {
+ if m != nil && m.Rtime32AccountCreation != nil {
+ return *m.Rtime32AccountCreation
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetAccountName() string {
+ if m != nil && m.AccountName != nil {
+ return *m.AccountName
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetPassword() string {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetGameServerToken() string {
+ if m != nil && m.GameServerToken != nil {
+ return *m.GameServerToken
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetLoginKey() string {
+ if m != nil && m.LoginKey != nil {
+ return *m.LoginKey
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetWasConvertedDeprecatedMsg() bool {
+ if m != nil && m.WasConvertedDeprecatedMsg != nil {
+ return *m.WasConvertedDeprecatedMsg
+ }
+ return Default_CMsgClientLogon_WasConvertedDeprecatedMsg
+}
+
+func (m *CMsgClientLogon) GetAnonUserTargetAccountName() string {
+ if m != nil && m.AnonUserTargetAccountName != nil {
+ return *m.AnonUserTargetAccountName
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetResolvedUserSteamId() uint64 {
+ if m != nil && m.ResolvedUserSteamId != nil {
+ return *m.ResolvedUserSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetEresultSentryfile() int32 {
+ if m != nil && m.EresultSentryfile != nil {
+ return *m.EresultSentryfile
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetShaSentryfile() []byte {
+ if m != nil {
+ return m.ShaSentryfile
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetAuthCode() string {
+ if m != nil && m.AuthCode != nil {
+ return *m.AuthCode
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetOtpType() int32 {
+ if m != nil && m.OtpType != nil {
+ return *m.OtpType
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetOtpValue() uint32 {
+ if m != nil && m.OtpValue != nil {
+ return *m.OtpValue
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetOtpIdentifier() string {
+ if m != nil && m.OtpIdentifier != nil {
+ return *m.OtpIdentifier
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetSteam2TicketRequest() bool {
+ if m != nil && m.Steam2TicketRequest != nil {
+ return *m.Steam2TicketRequest
+ }
+ return false
+}
+
+func (m *CMsgClientLogon) GetSonyPsnTicket() []byte {
+ if m != nil {
+ return m.SonyPsnTicket
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetSonyPsnServiceId() string {
+ if m != nil && m.SonyPsnServiceId != nil {
+ return *m.SonyPsnServiceId
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetCreateNewPsnLinkedAccountIfNeeded() bool {
+ if m != nil && m.CreateNewPsnLinkedAccountIfNeeded != nil {
+ return *m.CreateNewPsnLinkedAccountIfNeeded
+ }
+ return Default_CMsgClientLogon_CreateNewPsnLinkedAccountIfNeeded
+}
+
+func (m *CMsgClientLogon) GetSonyPsnName() string {
+ if m != nil && m.SonyPsnName != nil {
+ return *m.SonyPsnName
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetGameServerAppId() int32 {
+ if m != nil && m.GameServerAppId != nil {
+ return *m.GameServerAppId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetSteamguardDontRememberComputer() bool {
+ if m != nil && m.SteamguardDontRememberComputer != nil {
+ return *m.SteamguardDontRememberComputer
+ }
+ return false
+}
+
+func (m *CMsgClientLogon) GetMachineName() string {
+ if m != nil && m.MachineName != nil {
+ return *m.MachineName
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetMachineNameUserchosen() string {
+ if m != nil && m.MachineNameUserchosen != nil {
+ return *m.MachineNameUserchosen
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetCountryOverride() string {
+ if m != nil && m.CountryOverride != nil {
+ return *m.CountryOverride
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetIsSteamBox() bool {
+ if m != nil && m.IsSteamBox != nil {
+ return *m.IsSteamBox
+ }
+ return false
+}
+
+func (m *CMsgClientLogon) GetClientInstanceId() uint64 {
+ if m != nil && m.ClientInstanceId != nil {
+ return *m.ClientInstanceId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetTwoFactorCode() string {
+ if m != nil && m.TwoFactorCode != nil {
+ return *m.TwoFactorCode
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetSupportsRateLimitResponse() bool {
+ if m != nil && m.SupportsRateLimitResponse != nil {
+ return *m.SupportsRateLimitResponse
+ }
+ return false
+}
+
+func (m *CMsgClientLogon) GetWebLogonNonce() string {
+ if m != nil && m.WebLogonNonce != nil {
+ return *m.WebLogonNonce
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetPriorityReason() int32 {
+ if m != nil && m.PriorityReason != nil {
+ return *m.PriorityReason
+ }
+ return 0
+}
+
+type CMsgClientLogonResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ OutOfGameHeartbeatSeconds *int32 `protobuf:"varint,2,opt,name=out_of_game_heartbeat_seconds" json:"out_of_game_heartbeat_seconds,omitempty"`
+ InGameHeartbeatSeconds *int32 `protobuf:"varint,3,opt,name=in_game_heartbeat_seconds" json:"in_game_heartbeat_seconds,omitempty"`
+ PublicIp *uint32 `protobuf:"varint,4,opt,name=public_ip" json:"public_ip,omitempty"`
+ Rtime32ServerTime *uint32 `protobuf:"fixed32,5,opt,name=rtime32_server_time" json:"rtime32_server_time,omitempty"`
+ AccountFlags *uint32 `protobuf:"varint,6,opt,name=account_flags" json:"account_flags,omitempty"`
+ CellId *uint32 `protobuf:"varint,7,opt,name=cell_id" json:"cell_id,omitempty"`
+ EmailDomain *string `protobuf:"bytes,8,opt,name=email_domain" json:"email_domain,omitempty"`
+ Steam2Ticket []byte `protobuf:"bytes,9,opt,name=steam2_ticket" json:"steam2_ticket,omitempty"`
+ EresultExtended *int32 `protobuf:"varint,10,opt,name=eresult_extended" json:"eresult_extended,omitempty"`
+ WebapiAuthenticateUserNonce *string `protobuf:"bytes,11,opt,name=webapi_authenticate_user_nonce" json:"webapi_authenticate_user_nonce,omitempty"`
+ CellIdPingThreshold *uint32 `protobuf:"varint,12,opt,name=cell_id_ping_threshold" json:"cell_id_ping_threshold,omitempty"`
+ UsePics *bool `protobuf:"varint,13,opt,name=use_pics" json:"use_pics,omitempty"`
+ VanityUrl *string `protobuf:"bytes,14,opt,name=vanity_url" json:"vanity_url,omitempty"`
+ ClientSuppliedSteamid *uint64 `protobuf:"fixed64,20,opt,name=client_supplied_steamid" json:"client_supplied_steamid,omitempty"`
+ IpCountryCode *string `protobuf:"bytes,21,opt,name=ip_country_code" json:"ip_country_code,omitempty"`
+ ParentalSettings []byte `protobuf:"bytes,22,opt,name=parental_settings" json:"parental_settings,omitempty"`
+ ParentalSettingSignature []byte `protobuf:"bytes,23,opt,name=parental_setting_signature" json:"parental_setting_signature,omitempty"`
+ CountLoginfailuresToMigrate *int32 `protobuf:"varint,24,opt,name=count_loginfailures_to_migrate" json:"count_loginfailures_to_migrate,omitempty"`
+ CountDisconnectsToMigrate *int32 `protobuf:"varint,25,opt,name=count_disconnects_to_migrate" json:"count_disconnects_to_migrate,omitempty"`
+ OgsDataReportTimeWindow *int32 `protobuf:"varint,26,opt,name=ogs_data_report_time_window" json:"ogs_data_report_time_window,omitempty"`
+ ClientInstanceId *uint64 `protobuf:"varint,27,opt,name=client_instance_id" json:"client_instance_id,omitempty"`
+ ForceClientUpdateCheck *bool `protobuf:"varint,28,opt,name=force_client_update_check" json:"force_client_update_check,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLogonResponse) Reset() { *m = CMsgClientLogonResponse{} }
+func (m *CMsgClientLogonResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLogonResponse) ProtoMessage() {}
+func (*CMsgClientLogonResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{4}
+}
+
+func (m *CMsgClientLogonResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLogonResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientLogonResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLogonResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLogonResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLogonResponse.Merge(m, src)
+}
+func (m *CMsgClientLogonResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLogonResponse.Size(m)
+}
+func (m *CMsgClientLogonResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLogonResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLogonResponse proto.InternalMessageInfo
+
+const Default_CMsgClientLogonResponse_Eresult int32 = 2
+
+func (m *CMsgClientLogonResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLogonResponse_Eresult
+}
+
+func (m *CMsgClientLogonResponse) GetOutOfGameHeartbeatSeconds() int32 {
+ if m != nil && m.OutOfGameHeartbeatSeconds != nil {
+ return *m.OutOfGameHeartbeatSeconds
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetInGameHeartbeatSeconds() int32 {
+ if m != nil && m.InGameHeartbeatSeconds != nil {
+ return *m.InGameHeartbeatSeconds
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetPublicIp() uint32 {
+ if m != nil && m.PublicIp != nil {
+ return *m.PublicIp
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetRtime32ServerTime() uint32 {
+ if m != nil && m.Rtime32ServerTime != nil {
+ return *m.Rtime32ServerTime
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetAccountFlags() uint32 {
+ if m != nil && m.AccountFlags != nil {
+ return *m.AccountFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetEmailDomain() string {
+ if m != nil && m.EmailDomain != nil {
+ return *m.EmailDomain
+ }
+ return ""
+}
+
+func (m *CMsgClientLogonResponse) GetSteam2Ticket() []byte {
+ if m != nil {
+ return m.Steam2Ticket
+ }
+ return nil
+}
+
+func (m *CMsgClientLogonResponse) GetEresultExtended() int32 {
+ if m != nil && m.EresultExtended != nil {
+ return *m.EresultExtended
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetWebapiAuthenticateUserNonce() string {
+ if m != nil && m.WebapiAuthenticateUserNonce != nil {
+ return *m.WebapiAuthenticateUserNonce
+ }
+ return ""
+}
+
+func (m *CMsgClientLogonResponse) GetCellIdPingThreshold() uint32 {
+ if m != nil && m.CellIdPingThreshold != nil {
+ return *m.CellIdPingThreshold
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetUsePics() bool {
+ if m != nil && m.UsePics != nil {
+ return *m.UsePics
+ }
+ return false
+}
+
+func (m *CMsgClientLogonResponse) GetVanityUrl() string {
+ if m != nil && m.VanityUrl != nil {
+ return *m.VanityUrl
+ }
+ return ""
+}
+
+func (m *CMsgClientLogonResponse) GetClientSuppliedSteamid() uint64 {
+ if m != nil && m.ClientSuppliedSteamid != nil {
+ return *m.ClientSuppliedSteamid
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetIpCountryCode() string {
+ if m != nil && m.IpCountryCode != nil {
+ return *m.IpCountryCode
+ }
+ return ""
+}
+
+func (m *CMsgClientLogonResponse) GetParentalSettings() []byte {
+ if m != nil {
+ return m.ParentalSettings
+ }
+ return nil
+}
+
+func (m *CMsgClientLogonResponse) GetParentalSettingSignature() []byte {
+ if m != nil {
+ return m.ParentalSettingSignature
+ }
+ return nil
+}
+
+func (m *CMsgClientLogonResponse) GetCountLoginfailuresToMigrate() int32 {
+ if m != nil && m.CountLoginfailuresToMigrate != nil {
+ return *m.CountLoginfailuresToMigrate
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetCountDisconnectsToMigrate() int32 {
+ if m != nil && m.CountDisconnectsToMigrate != nil {
+ return *m.CountDisconnectsToMigrate
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetOgsDataReportTimeWindow() int32 {
+ if m != nil && m.OgsDataReportTimeWindow != nil {
+ return *m.OgsDataReportTimeWindow
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetClientInstanceId() uint64 {
+ if m != nil && m.ClientInstanceId != nil {
+ return *m.ClientInstanceId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetForceClientUpdateCheck() bool {
+ if m != nil && m.ForceClientUpdateCheck != nil {
+ return *m.ForceClientUpdateCheck
+ }
+ return false
+}
+
+type CMsgClientRequestWebAPIAuthenticateUserNonce struct {
+ TokenType *int32 `protobuf:"varint,1,opt,name=token_type,def=-1" json:"token_type,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) Reset() {
+ *m = CMsgClientRequestWebAPIAuthenticateUserNonce{}
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientRequestWebAPIAuthenticateUserNonce) ProtoMessage() {}
+func (*CMsgClientRequestWebAPIAuthenticateUserNonce) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{5}
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.Merge(m, src)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.Size(m)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce proto.InternalMessageInfo
+
+const Default_CMsgClientRequestWebAPIAuthenticateUserNonce_TokenType int32 = -1
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) GetTokenType() int32 {
+ if m != nil && m.TokenType != nil {
+ return *m.TokenType
+ }
+ return Default_CMsgClientRequestWebAPIAuthenticateUserNonce_TokenType
+}
+
+type CMsgClientRequestWebAPIAuthenticateUserNonceResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ WebapiAuthenticateUserNonce *string `protobuf:"bytes,11,opt,name=webapi_authenticate_user_nonce" json:"webapi_authenticate_user_nonce,omitempty"`
+ TokenType *int32 `protobuf:"varint,3,opt,name=token_type,def=-1" json:"token_type,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) Reset() {
+ *m = CMsgClientRequestWebAPIAuthenticateUserNonceResponse{}
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientRequestWebAPIAuthenticateUserNonceResponse) ProtoMessage() {}
+func (*CMsgClientRequestWebAPIAuthenticateUserNonceResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{6}
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.Merge(m, src)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.Size(m)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse proto.InternalMessageInfo
+
+const Default_CMsgClientRequestWebAPIAuthenticateUserNonceResponse_Eresult int32 = 2
+const Default_CMsgClientRequestWebAPIAuthenticateUserNonceResponse_TokenType int32 = -1
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientRequestWebAPIAuthenticateUserNonceResponse_Eresult
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) GetWebapiAuthenticateUserNonce() string {
+ if m != nil && m.WebapiAuthenticateUserNonce != nil {
+ return *m.WebapiAuthenticateUserNonce
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) GetTokenType() int32 {
+ if m != nil && m.TokenType != nil {
+ return *m.TokenType
+ }
+ return Default_CMsgClientRequestWebAPIAuthenticateUserNonceResponse_TokenType
+}
+
+type CMsgClientLogOff struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLogOff) Reset() { *m = CMsgClientLogOff{} }
+func (m *CMsgClientLogOff) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLogOff) ProtoMessage() {}
+func (*CMsgClientLogOff) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{7}
+}
+
+func (m *CMsgClientLogOff) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLogOff.Unmarshal(m, b)
+}
+func (m *CMsgClientLogOff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLogOff.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLogOff) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLogOff.Merge(m, src)
+}
+func (m *CMsgClientLogOff) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLogOff.Size(m)
+}
+func (m *CMsgClientLogOff) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLogOff.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLogOff proto.InternalMessageInfo
+
+type CMsgClientLoggedOff struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLoggedOff) Reset() { *m = CMsgClientLoggedOff{} }
+func (m *CMsgClientLoggedOff) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLoggedOff) ProtoMessage() {}
+func (*CMsgClientLoggedOff) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{8}
+}
+
+func (m *CMsgClientLoggedOff) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLoggedOff.Unmarshal(m, b)
+}
+func (m *CMsgClientLoggedOff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLoggedOff.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLoggedOff) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLoggedOff.Merge(m, src)
+}
+func (m *CMsgClientLoggedOff) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLoggedOff.Size(m)
+}
+func (m *CMsgClientLoggedOff) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLoggedOff.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLoggedOff proto.InternalMessageInfo
+
+const Default_CMsgClientLoggedOff_Eresult int32 = 2
+
+func (m *CMsgClientLoggedOff) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLoggedOff_Eresult
+}
+
+type CMsgClientNewLoginKey struct {
+ UniqueId *uint32 `protobuf:"varint,1,opt,name=unique_id" json:"unique_id,omitempty"`
+ LoginKey *string `protobuf:"bytes,2,opt,name=login_key" json:"login_key,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientNewLoginKey) Reset() { *m = CMsgClientNewLoginKey{} }
+func (m *CMsgClientNewLoginKey) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientNewLoginKey) ProtoMessage() {}
+func (*CMsgClientNewLoginKey) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{9}
+}
+
+func (m *CMsgClientNewLoginKey) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientNewLoginKey.Unmarshal(m, b)
+}
+func (m *CMsgClientNewLoginKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientNewLoginKey.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientNewLoginKey) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientNewLoginKey.Merge(m, src)
+}
+func (m *CMsgClientNewLoginKey) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientNewLoginKey.Size(m)
+}
+func (m *CMsgClientNewLoginKey) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientNewLoginKey.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientNewLoginKey proto.InternalMessageInfo
+
+func (m *CMsgClientNewLoginKey) GetUniqueId() uint32 {
+ if m != nil && m.UniqueId != nil {
+ return *m.UniqueId
+ }
+ return 0
+}
+
+func (m *CMsgClientNewLoginKey) GetLoginKey() string {
+ if m != nil && m.LoginKey != nil {
+ return *m.LoginKey
+ }
+ return ""
+}
+
+type CMsgClientNewLoginKeyAccepted struct {
+ UniqueId *uint32 `protobuf:"varint,1,opt,name=unique_id" json:"unique_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientNewLoginKeyAccepted) Reset() { *m = CMsgClientNewLoginKeyAccepted{} }
+func (m *CMsgClientNewLoginKeyAccepted) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientNewLoginKeyAccepted) ProtoMessage() {}
+func (*CMsgClientNewLoginKeyAccepted) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{10}
+}
+
+func (m *CMsgClientNewLoginKeyAccepted) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientNewLoginKeyAccepted.Unmarshal(m, b)
+}
+func (m *CMsgClientNewLoginKeyAccepted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientNewLoginKeyAccepted.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientNewLoginKeyAccepted) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientNewLoginKeyAccepted.Merge(m, src)
+}
+func (m *CMsgClientNewLoginKeyAccepted) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientNewLoginKeyAccepted.Size(m)
+}
+func (m *CMsgClientNewLoginKeyAccepted) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientNewLoginKeyAccepted.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientNewLoginKeyAccepted proto.InternalMessageInfo
+
+func (m *CMsgClientNewLoginKeyAccepted) GetUniqueId() uint32 {
+ if m != nil && m.UniqueId != nil {
+ return *m.UniqueId
+ }
+ return 0
+}
+
+type CMsgClientAccountInfo struct {
+ PersonaName *string `protobuf:"bytes,1,opt,name=persona_name" json:"persona_name,omitempty"`
+ IpCountry *string `protobuf:"bytes,2,opt,name=ip_country" json:"ip_country,omitempty"`
+ CountAuthedComputers *int32 `protobuf:"varint,5,opt,name=count_authed_computers" json:"count_authed_computers,omitempty"`
+ AccountFlags *uint32 `protobuf:"varint,7,opt,name=account_flags" json:"account_flags,omitempty"`
+ FacebookId *uint64 `protobuf:"varint,8,opt,name=facebook_id" json:"facebook_id,omitempty"`
+ FacebookName *string `protobuf:"bytes,9,opt,name=facebook_name" json:"facebook_name,omitempty"`
+ SteamguardNotifyNewmachines *bool `protobuf:"varint,14,opt,name=steamguard_notify_newmachines" json:"steamguard_notify_newmachines,omitempty"`
+ SteamguardMachineNameUserChosen *string `protobuf:"bytes,15,opt,name=steamguard_machine_name_user_chosen" json:"steamguard_machine_name_user_chosen,omitempty"`
+ IsPhoneVerified *bool `protobuf:"varint,16,opt,name=is_phone_verified" json:"is_phone_verified,omitempty"`
+ TwoFactorState *uint32 `protobuf:"varint,17,opt,name=two_factor_state" json:"two_factor_state,omitempty"`
+ IsPhoneIdentifying *bool `protobuf:"varint,18,opt,name=is_phone_identifying" json:"is_phone_identifying,omitempty"`
+ IsPhoneNeedingReverify *bool `protobuf:"varint,19,opt,name=is_phone_needing_reverify" json:"is_phone_needing_reverify,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAccountInfo) Reset() { *m = CMsgClientAccountInfo{} }
+func (m *CMsgClientAccountInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAccountInfo) ProtoMessage() {}
+func (*CMsgClientAccountInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{11}
+}
+
+func (m *CMsgClientAccountInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAccountInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientAccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAccountInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAccountInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAccountInfo.Merge(m, src)
+}
+func (m *CMsgClientAccountInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAccountInfo.Size(m)
+}
+func (m *CMsgClientAccountInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAccountInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAccountInfo proto.InternalMessageInfo
+
+func (m *CMsgClientAccountInfo) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgClientAccountInfo) GetIpCountry() string {
+ if m != nil && m.IpCountry != nil {
+ return *m.IpCountry
+ }
+ return ""
+}
+
+func (m *CMsgClientAccountInfo) GetCountAuthedComputers() int32 {
+ if m != nil && m.CountAuthedComputers != nil {
+ return *m.CountAuthedComputers
+ }
+ return 0
+}
+
+func (m *CMsgClientAccountInfo) GetAccountFlags() uint32 {
+ if m != nil && m.AccountFlags != nil {
+ return *m.AccountFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientAccountInfo) GetFacebookId() uint64 {
+ if m != nil && m.FacebookId != nil {
+ return *m.FacebookId
+ }
+ return 0
+}
+
+func (m *CMsgClientAccountInfo) GetFacebookName() string {
+ if m != nil && m.FacebookName != nil {
+ return *m.FacebookName
+ }
+ return ""
+}
+
+func (m *CMsgClientAccountInfo) GetSteamguardNotifyNewmachines() bool {
+ if m != nil && m.SteamguardNotifyNewmachines != nil {
+ return *m.SteamguardNotifyNewmachines
+ }
+ return false
+}
+
+func (m *CMsgClientAccountInfo) GetSteamguardMachineNameUserChosen() string {
+ if m != nil && m.SteamguardMachineNameUserChosen != nil {
+ return *m.SteamguardMachineNameUserChosen
+ }
+ return ""
+}
+
+func (m *CMsgClientAccountInfo) GetIsPhoneVerified() bool {
+ if m != nil && m.IsPhoneVerified != nil {
+ return *m.IsPhoneVerified
+ }
+ return false
+}
+
+func (m *CMsgClientAccountInfo) GetTwoFactorState() uint32 {
+ if m != nil && m.TwoFactorState != nil {
+ return *m.TwoFactorState
+ }
+ return 0
+}
+
+func (m *CMsgClientAccountInfo) GetIsPhoneIdentifying() bool {
+ if m != nil && m.IsPhoneIdentifying != nil {
+ return *m.IsPhoneIdentifying
+ }
+ return false
+}
+
+func (m *CMsgClientAccountInfo) GetIsPhoneNeedingReverify() bool {
+ if m != nil && m.IsPhoneNeedingReverify != nil {
+ return *m.IsPhoneNeedingReverify
+ }
+ return false
+}
+
+func init() {
+ proto.RegisterType((*CMsgClientHeartBeat)(nil), "CMsgClientHeartBeat")
+ proto.RegisterType((*CMsgClientServerTimestampRequest)(nil), "CMsgClientServerTimestampRequest")
+ proto.RegisterType((*CMsgClientServerTimestampResponse)(nil), "CMsgClientServerTimestampResponse")
+ proto.RegisterType((*CMsgClientLogon)(nil), "CMsgClientLogon")
+ proto.RegisterType((*CMsgClientLogonResponse)(nil), "CMsgClientLogonResponse")
+ proto.RegisterType((*CMsgClientRequestWebAPIAuthenticateUserNonce)(nil), "CMsgClientRequestWebAPIAuthenticateUserNonce")
+ proto.RegisterType((*CMsgClientRequestWebAPIAuthenticateUserNonceResponse)(nil), "CMsgClientRequestWebAPIAuthenticateUserNonceResponse")
+ proto.RegisterType((*CMsgClientLogOff)(nil), "CMsgClientLogOff")
+ proto.RegisterType((*CMsgClientLoggedOff)(nil), "CMsgClientLoggedOff")
+ proto.RegisterType((*CMsgClientNewLoginKey)(nil), "CMsgClientNewLoginKey")
+ proto.RegisterType((*CMsgClientNewLoginKeyAccepted)(nil), "CMsgClientNewLoginKeyAccepted")
+ proto.RegisterType((*CMsgClientAccountInfo)(nil), "CMsgClientAccountInfo")
+}
+
+func init() {
+ proto.RegisterFile("steammessages_clientserver_login.proto", fileDescriptor_c98cb07f62c057af)
+}
+
+var fileDescriptor_c98cb07f62c057af = []byte{
+ // 1495 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x5b, 0x73, 0x13, 0x47,
+ 0x16, 0x5e, 0x01, 0xc2, 0xd6, 0xc1, 0xc6, 0xf2, 0xd8, 0xb2, 0xdb, 0x57, 0x64, 0x71, 0x33, 0xcb,
+ 0xee, 0xd6, 0xae, 0xa1, 0xf6, 0x81, 0x4a, 0x1e, 0x0c, 0x29, 0x0a, 0x2a, 0x04, 0x08, 0x97, 0x90,
+ 0xca, 0xad, 0xd3, 0xea, 0x39, 0x33, 0xea, 0xf2, 0x4c, 0xf7, 0xd0, 0xdd, 0x23, 0xa1, 0xb7, 0x3c,
+ 0xe7, 0xcf, 0xe4, 0x7f, 0xe4, 0xc7, 0xe4, 0x37, 0xa4, 0xfa, 0x8c, 0x46, 0x92, 0xc1, 0x21, 0xc9,
+ 0xeb, 0xe9, 0xd3, 0xe7, 0xfa, 0x7d, 0x5f, 0x37, 0xdc, 0x70, 0x1e, 0x45, 0x9e, 0xa3, 0x73, 0x22,
+ 0x45, 0xc7, 0x65, 0xa6, 0x50, 0x7b, 0x87, 0x76, 0x88, 0x96, 0x67, 0x26, 0x55, 0xfa, 0x3f, 0x85,
+ 0x35, 0xde, 0x6c, 0xb3, 0xd3, 0x7e, 0x7d, 0xe1, 0xb0, 0x3a, 0xe9, 0x75, 0x60, 0xed, 0xc1, 0x17,
+ 0x2e, 0x7d, 0x40, 0x37, 0x1f, 0xa1, 0xb0, 0xfe, 0x3e, 0x0a, 0xdf, 0xfb, 0x0c, 0xba, 0x33, 0xf3,
+ 0x4b, 0x0a, 0xf8, 0x4a, 0xe5, 0xe8, 0xbc, 0xc8, 0x8b, 0x17, 0xf8, 0xb6, 0x44, 0xe7, 0xa3, 0x2e,
+ 0xb0, 0x2a, 0x21, 0xb7, 0x95, 0x85, 0xfb, 0xda, 0x85, 0x35, 0xba, 0x8d, 0xc3, 0x0b, 0xbd, 0x3e,
+ 0x1c, 0x7c, 0x24, 0x8a, 0x2b, 0x8c, 0x76, 0xf8, 0xe7, 0x61, 0xa2, 0x1d, 0x58, 0x9b, 0xf4, 0x34,
+ 0x3d, 0xe1, 0xb9, 0x63, 0xe7, 0x28, 0xc7, 0xaf, 0x00, 0x2b, 0xb3, 0x24, 0x4f, 0x4c, 0x6a, 0x74,
+ 0xc4, 0xa0, 0x4d, 0xdd, 0x49, 0x93, 0xf1, 0x21, 0x5a, 0xa7, 0x8c, 0xa6, 0x50, 0xcb, 0xd1, 0x15,
+ 0xd8, 0x34, 0xfd, 0xa4, 0x74, 0xbe, 0x94, 0xc2, 0x63, 0xcc, 0x0b, 0xab, 0x86, 0xc2, 0x23, 0x57,
+ 0x05, 0x85, 0x5b, 0x8e, 0x56, 0x60, 0x41, 0x62, 0x96, 0x71, 0x15, 0xb3, 0xf3, 0x64, 0xd8, 0x84,
+ 0x95, 0x4c, 0x38, 0xcf, 0x1d, 0xba, 0x10, 0x27, 0x1c, 0x5c, 0xa0, 0x83, 0x7d, 0xd8, 0x98, 0xd4,
+ 0x5d, 0x08, 0x79, 0x22, 0x52, 0x9c, 0xa6, 0x6a, 0xd6, 0x17, 0x27, 0xe7, 0x99, 0xd0, 0x69, 0x29,
+ 0x52, 0x64, 0x17, 0xbb, 0x8d, 0xc3, 0x56, 0xb4, 0x01, 0x97, 0x27, 0x07, 0xc6, 0x71, 0x3f, 0x2e,
+ 0x90, 0x2d, 0xd0, 0x85, 0x9b, 0xc0, 0xdc, 0xc0, 0x94, 0x59, 0xcc, 0x2d, 0xe6, 0x98, 0xf7, 0xd1,
+ 0xf2, 0x42, 0x38, 0x37, 0x32, 0x36, 0x66, 0x8b, 0xdd, 0xc6, 0xe1, 0xe2, 0xbd, 0x66, 0x22, 0x32,
+ 0x87, 0xd1, 0x3a, 0x2c, 0x8d, 0x94, 0x9e, 0xe5, 0x6b, 0x51, 0xd8, 0x2e, 0xb0, 0x42, 0xe9, 0x94,
+ 0xe7, 0x8e, 0x27, 0xd6, 0xe4, 0x9c, 0xda, 0x70, 0x28, 0xac, 0x1c, 0x30, 0xa0, 0x04, 0xab, 0xd0,
+ 0x2a, 0xca, 0x7e, 0xa6, 0x64, 0x68, 0x77, 0xbd, 0x36, 0xbd, 0x35, 0x8e, 0x67, 0x38, 0xc4, 0x8c,
+ 0x75, 0xc8, 0x34, 0xdb, 0x87, 0x2b, 0x8b, 0x22, 0x53, 0x18, 0x73, 0x42, 0x4f, 0xe8, 0x7c, 0xa3,
+ 0xdb, 0x38, 0xbc, 0x18, 0x45, 0x00, 0xb9, 0x90, 0x83, 0x50, 0x82, 0x8a, 0xd9, 0x7e, 0xb7, 0x71,
+ 0xb8, 0x14, 0x31, 0x58, 0xce, 0x44, 0xa9, 0xe5, 0x20, 0x6c, 0x29, 0xf4, 0x74, 0x25, 0x04, 0xbb,
+ 0xd7, 0xf8, 0x6f, 0x14, 0xc1, 0x42, 0xa9, 0x78, 0x6e, 0x62, 0x64, 0xdd, 0xda, 0xb6, 0x0e, 0x2d,
+ 0x39, 0x10, 0xbe, 0xb2, 0x1e, 0xd4, 0xd6, 0x6d, 0x88, 0x28, 0xd3, 0x11, 0x17, 0xa5, 0x1f, 0x70,
+ 0xaf, 0xe4, 0x09, 0x7a, 0x76, 0x8b, 0xe2, 0x77, 0x60, 0x19, 0x73, 0xa1, 0x32, 0x2e, 0xe2, 0xd8,
+ 0xa2, 0x73, 0xec, 0x9f, 0x75, 0xd3, 0x36, 0x80, 0xe2, 0xce, 0x11, 0x17, 0x52, 0x9a, 0x52, 0x7b,
+ 0x2e, 0x2d, 0x0a, 0x1f, 0xc6, 0x72, 0xbb, 0xdb, 0x38, 0x5c, 0x08, 0xc3, 0xaa, 0x4f, 0xb4, 0xc8,
+ 0x91, 0x1d, 0xd1, 0xbd, 0x36, 0x2c, 0x4e, 0x67, 0x7b, 0x87, 0x2c, 0x5b, 0xb0, 0x9a, 0x8a, 0x1c,
+ 0x79, 0x8d, 0x34, 0x73, 0x82, 0x9a, 0xdd, 0xa5, 0xa3, 0x55, 0x68, 0x11, 0x99, 0xf8, 0x09, 0x8e,
+ 0xd9, 0x27, 0x64, 0xba, 0x0d, 0xbb, 0x23, 0xe1, 0xb8, 0x34, 0x7a, 0x88, 0x36, 0x00, 0x29, 0xc6,
+ 0xc2, 0x62, 0x85, 0xa9, 0xdc, 0xa5, 0xec, 0xe1, 0xfc, 0xbe, 0xae, 0xc3, 0x9e, 0xd0, 0x46, 0xf3,
+ 0xd2, 0x85, 0xc0, 0xc2, 0xa6, 0xe8, 0xf9, 0xa9, 0x9a, 0x9e, 0x53, 0xcc, 0x7d, 0xd8, 0xb0, 0xe8,
+ 0x4c, 0x36, 0xc4, 0xb8, 0x72, 0x9d, 0x8e, 0xfd, 0x4b, 0x1a, 0xfb, 0x36, 0x44, 0x68, 0xd1, 0x95,
+ 0x59, 0x00, 0xa3, 0xf6, 0x76, 0x9c, 0xa8, 0x0c, 0xd9, 0x8b, 0x6e, 0xe3, 0xb0, 0x19, 0x30, 0xe5,
+ 0x06, 0x62, 0xde, 0xfe, 0x92, 0xc6, 0xb6, 0x0a, 0x2d, 0x9a, 0xa5, 0x0c, 0x83, 0x7e, 0x55, 0xb7,
+ 0x6e, 0x7c, 0x51, 0x2d, 0xe9, 0x35, 0x5d, 0x5e, 0x85, 0x56, 0xb0, 0x0c, 0x45, 0x56, 0x22, 0xfb,
+ 0x8a, 0x40, 0xb0, 0x01, 0x97, 0x83, 0x49, 0xc5, 0xa8, 0xbd, 0x4a, 0x14, 0x5a, 0xf6, 0x86, 0x2e,
+ 0xef, 0x41, 0x67, 0xb2, 0xa2, 0x6a, 0x3b, 0x35, 0x67, 0xd9, 0xd7, 0xa1, 0xe1, 0x80, 0x79, 0x67,
+ 0xf4, 0x98, 0x17, 0x4e, 0xd7, 0xeb, 0xfb, 0x86, 0xea, 0x08, 0x14, 0xae, 0x0f, 0xc2, 0x84, 0x95,
+ 0x24, 0xec, 0x7c, 0x4b, 0x41, 0xff, 0x0f, 0x37, 0x69, 0x69, 0xc8, 0x35, 0x8e, 0xc8, 0x25, 0x53,
+ 0xfa, 0x04, 0xe3, 0xe9, 0x90, 0x54, 0xc2, 0x35, 0x62, 0x8c, 0x31, 0xfb, 0x6e, 0x7e, 0xae, 0x1d,
+ 0x58, 0x9e, 0x06, 0xa5, 0x39, 0x7e, 0x4f, 0xe1, 0xb6, 0x21, 0x9a, 0xdf, 0xa4, 0x28, 0x42, 0x1f,
+ 0xec, 0x07, 0x6a, 0xf5, 0x16, 0x1c, 0x50, 0xfd, 0x69, 0x29, 0x6c, 0xcc, 0x63, 0x43, 0xaa, 0x33,
+ 0x21, 0x9b, 0x34, 0x79, 0x51, 0x7a, 0xb4, 0x8c, 0x53, 0x2f, 0xeb, 0xb0, 0x54, 0xa3, 0x9c, 0x82,
+ 0xff, 0x48, 0xc1, 0xaf, 0xc0, 0xe6, 0xbc, 0x95, 0x16, 0x25, 0x07, 0xc6, 0xa1, 0x66, 0x82, 0x1c,
+ 0x18, 0xb4, 0xa9, 0x68, 0x3b, 0xe6, 0x66, 0x88, 0xd6, 0xaa, 0x18, 0x59, 0x9f, 0x4e, 0xd6, 0x61,
+ 0x49, 0xb9, 0xc9, 0x52, 0xfb, 0xe6, 0x1d, 0x93, 0x94, 0x66, 0x1b, 0xa2, 0x09, 0xdd, 0x94, 0x76,
+ 0x5e, 0xe8, 0x6a, 0x30, 0x31, 0x09, 0xdf, 0x26, 0xac, 0xf8, 0x91, 0xe1, 0x89, 0x90, 0xde, 0xd8,
+ 0x6a, 0x87, 0x48, 0xa1, 0xae, 0xc1, 0x6e, 0x20, 0xa7, 0xb1, 0xde, 0x71, 0x1b, 0x06, 0x97, 0xa9,
+ 0x5c, 0x85, 0x56, 0x2a, 0x4d, 0x65, 0x49, 0xbd, 0x8d, 0x11, 0xf6, 0xc3, 0x43, 0x60, 0x34, 0xd7,
+ 0x46, 0x4b, 0x64, 0x29, 0x5d, 0xdf, 0x84, 0x95, 0xc2, 0x2a, 0x63, 0x95, 0x1f, 0x73, 0x8b, 0xc2,
+ 0x19, 0xcd, 0x06, 0x61, 0x3c, 0xbd, 0x5f, 0x9a, 0xb0, 0xf9, 0x9e, 0x98, 0x4e, 0x75, 0x3a, 0x82,
+ 0x85, 0x09, 0xfc, 0x48, 0x4b, 0x9b, 0xf7, 0x1a, 0x47, 0x01, 0xd9, 0xa6, 0xf4, 0xdc, 0x24, 0x9c,
+ 0x26, 0x3e, 0x08, 0xef, 0x47, 0x1f, 0x45, 0x00, 0xa8, 0x34, 0x3a, 0xae, 0x34, 0xba, 0x19, 0x1d,
+ 0xc0, 0x96, 0xd2, 0x7f, 0xe4, 0x72, 0xbe, 0xc6, 0xe0, 0x4c, 0x9b, 0x2a, 0x81, 0xdd, 0x81, 0xb5,
+ 0x9a, 0xdb, 0x73, 0xf2, 0x4f, 0xea, 0xba, 0x10, 0x76, 0x5f, 0xa3, 0x23, 0xc9, 0x44, 0xea, 0x48,
+ 0x5b, 0x4f, 0xc9, 0x77, 0x25, 0xaa, 0xeb, 0xb0, 0x54, 0xe9, 0x46, 0x6c, 0x72, 0xa1, 0x34, 0x09,
+ 0x69, 0x8b, 0x90, 0x33, 0x0f, 0x63, 0x92, 0xd0, 0x20, 0x62, 0xed, 0x9a, 0x61, 0xf8, 0xce, 0xa3,
+ 0x0e, 0x88, 0x03, 0x2a, 0xef, 0x06, 0xec, 0x8f, 0xb0, 0x2f, 0x0a, 0x45, 0xd2, 0x14, 0x48, 0x11,
+ 0xb8, 0x5e, 0xd1, 0xb4, 0x9a, 0xec, 0xa5, 0x9a, 0xc3, 0x93, 0xfc, 0x9c, 0xc4, 0xd8, 0x0f, 0x2c,
+ 0xba, 0x81, 0xc9, 0x62, 0xb6, 0x44, 0xe5, 0xb4, 0x61, 0xb1, 0x74, 0xc8, 0x0b, 0x25, 0x1d, 0x5b,
+ 0xa6, 0x25, 0x45, 0x00, 0x43, 0xa1, 0xc3, 0x26, 0x4a, 0x9b, 0xb1, 0xcb, 0x35, 0xc8, 0xce, 0x94,
+ 0x60, 0x15, 0x93, 0x6c, 0x5f, 0x0c, 0x0b, 0x54, 0x05, 0xaf, 0x71, 0x46, 0xc0, 0xe8, 0xd4, 0x2a,
+ 0x56, 0x08, 0x8b, 0xda, 0x8b, 0xa0, 0xfd, 0xde, 0x2b, 0x9d, 0x3a, 0x52, 0xed, 0xa5, 0xa8, 0x07,
+ 0xdb, 0xef, 0x1f, 0x71, 0xa7, 0x52, 0x2d, 0x7c, 0x69, 0x91, 0x6d, 0x92, 0xcf, 0x0d, 0xd8, 0xaf,
+ 0x66, 0x4a, 0x7a, 0x97, 0x08, 0x95, 0x95, 0x16, 0x1d, 0xf7, 0x86, 0xe7, 0x2a, 0x0d, 0x40, 0x63,
+ 0x8c, 0xc6, 0x71, 0x0d, 0x76, 0x2b, 0xbf, 0x58, 0x39, 0x69, 0xb4, 0x46, 0xe9, 0x4f, 0x79, 0x6d,
+ 0x91, 0xd7, 0x55, 0xd8, 0x31, 0xa9, 0xe3, 0xb1, 0xf0, 0x82, 0x5b, 0x0c, 0x68, 0xa5, 0x0d, 0xf2,
+ 0x91, 0xd2, 0xb1, 0x19, 0xb1, 0x6d, 0x72, 0x3a, 0x1b, 0xff, 0x3b, 0x84, 0xff, 0x03, 0xd8, 0x4a,
+ 0x8c, 0x95, 0x38, 0xf9, 0xd8, 0xf0, 0xb2, 0x88, 0xc3, 0xd4, 0xe5, 0x00, 0xe5, 0x09, 0xdb, 0x0d,
+ 0xe3, 0xeb, 0x3d, 0x84, 0x7f, 0xcd, 0x00, 0x3b, 0xf9, 0x99, 0xbc, 0xc1, 0xfe, 0xf1, 0xf3, 0xc7,
+ 0xc7, 0x73, 0x8b, 0x7a, 0xed, 0xd0, 0x3e, 0x0d, 0x6b, 0x8a, 0x36, 0x00, 0x48, 0xda, 0x2b, 0xfd,
+ 0xab, 0x80, 0x7c, 0xee, 0xdf, 0xff, 0xeb, 0xfd, 0xdc, 0x80, 0xbb, 0x7f, 0x27, 0xd0, 0x47, 0x69,
+ 0xf1, 0x57, 0xd1, 0x72, 0xba, 0x98, 0xf3, 0xd3, 0x62, 0x22, 0x68, 0x9f, 0x62, 0xe1, 0xb3, 0x24,
+ 0xe9, 0xdd, 0x9a, 0xff, 0xa8, 0x3d, 0x31, 0x69, 0x8a, 0xf1, 0xb3, 0x24, 0x39, 0x2b, 0x7d, 0xef,
+ 0x53, 0xe8, 0xcc, 0x5c, 0x9f, 0xe2, 0xe8, 0x49, 0x58, 0xe6, 0xe7, 0x38, 0x0e, 0x24, 0x2b, 0xb5,
+ 0x7a, 0x5b, 0xd2, 0x88, 0x1b, 0xf5, 0x07, 0x60, 0xf6, 0xb6, 0x05, 0xb6, 0xb6, 0x7a, 0x47, 0xb0,
+ 0x77, 0xe6, 0xf5, 0x63, 0x29, 0xb1, 0xf0, 0x18, 0x9f, 0x11, 0xa6, 0xf7, 0xdb, 0xb9, 0xf9, 0x9c,
+ 0xc7, 0x15, 0x33, 0x1f, 0xeb, 0xc4, 0x04, 0x02, 0x16, 0x68, 0x9d, 0xd1, 0xa2, 0x92, 0xd1, 0x06,
+ 0x75, 0x1e, 0x01, 0xcc, 0x00, 0x5c, 0xe5, 0x25, 0xee, 0x10, 0xa8, 0x68, 0x68, 0xf1, 0x54, 0x8f,
+ 0x1d, 0x51, 0xbe, 0xf9, 0x21, 0xe5, 0x2b, 0x86, 0xaf, 0xc1, 0xa5, 0x44, 0x48, 0xec, 0x1b, 0x73,
+ 0x12, 0xea, 0x59, 0x24, 0xe4, 0x74, 0x60, 0x79, 0x6a, 0xa4, 0xb4, 0xd5, 0x1f, 0xe9, 0x3a, 0xec,
+ 0xcd, 0xc9, 0xbf, 0x36, 0x5e, 0x25, 0xe3, 0xf0, 0xe8, 0x4c, 0x24, 0xdd, 0x11, 0xff, 0x16, 0xa3,
+ 0xdb, 0x70, 0x75, 0xce, 0xed, 0x03, 0xbd, 0xe7, 0x13, 0xc1, 0x5f, 0xa9, 0x29, 0xa7, 0x1c, 0x2f,
+ 0x06, 0xa6, 0xfa, 0x91, 0x85, 0xd7, 0x32, 0x66, 0x6d, 0x8a, 0xc3, 0xa0, 0x3d, 0xa7, 0xdf, 0xce,
+ 0x07, 0x6a, 0xac, 0x52, 0xd1, 0xbb, 0xb0, 0x3e, 0xbd, 0x34, 0x79, 0x64, 0xc7, 0x4a, 0xa7, 0x2c,
+ 0xa2, 0x7b, 0x41, 0x2f, 0xeb, 0xd3, 0xf0, 0xf0, 0x05, 0xaa, 0x5a, 0xa4, 0xe0, 0x63, 0xb6, 0x16,
+ 0x5c, 0xee, 0x37, 0x1f, 0x35, 0x7e, 0x6a, 0xfc, 0xe3, 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb8,
+ 0x55, 0x41, 0x55, 0x01, 0x0c, 0x00, 0x00,
+}