the client connecting to the server
the server responds with the
Initial Handshake Packet
the client sends the
Handshake Response Packet
the server responds with the
Authentication Method Switch Request Packet
to tell the client which authentication method to use.client and server exchange further packets as required by the authentication method used
the server responds with
OK_Packet
or rejects connection withERR_Packet
.