diff options
Diffstat (limited to 'client_conn.go')
-rw-r--r-- | client_conn.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client_conn.go b/client_conn.go index 951fa95..9753147 100644 --- a/client_conn.go +++ b/client_conn.go @@ -40,6 +40,9 @@ type ClientConn struct { salt, srpA, srpB, srpM, srpK []byte } + fallbackFrom string + whyKicked *mt.ToCltKick + lang string major, minor, patch uint8 |