Module concord_core

Package nl.andrewl.concord_core.msg.types.client_setup


package nl.andrewl.concord_core.msg.types.client_setup
Messages pertaining to the establishment of a connection with clients.
  • Class
    Description
    This message is sent by clients to log into a server that they have already registered with, but don't have a valid session token for.
    The data that new users should send to a server in order to register in that server.
    This message is sent by the client to log into a server using a session token instead of a username/password combination.
    This message is sent as the first message from both the server and the client to establish an end-to-end encryption via a key exchange.
    A response from the server which indicates the current status of the client's registration request.
     
    This message is sent from the server to the client after the server accepts the client's identification and registers the client in the server.