Those are messages that are sent by the acceptor of the communication.

interface UnencryptedServerMessages {
    communication_ready: CommunicationReadyMessage;
}

Properties

communication_ready: CommunicationReadyMessage