This request is sent by a client to request communication with somebody that has the specified public key.

The target of this message can either be a communication server or an instance that accepts direct connections.

interface CommunicationRequestMessage {
    command: "communication_request";
    sourcePublicKey: HexString;
    targetPublicKey: HexString;
}

Properties

command: "communication_request"
sourcePublicKey: HexString
targetPublicKey: HexString