Client connection

These events are exchanged when a client connects to the daemon. The sequence is initiated by the client.

  • The client sends a Message with Code::Introduce to the daemon.
  • The daemon responds with a ClientIntroduce response.
  • The client should use the returned ID to build correlation_ids for its messages.

Node information

These events are exchanged when node information is requested. The sequence is initiated by the client.