A transcript message body This allows reading the content of a sent private message. More...
#include <gnunet_messenger_service.h>
Data Fields | |
| struct GNUNET_HashCode | hash |
| The hash of the original message. | |
| struct GNUNET_CRYPTO_BlindablePublicKey | key |
| The key from the recipient of the original message. | |
| uint16_t | length |
| The length of the transcribed message. | |
| char * | data |
| The data of the transcribed message. | |
A transcript message body This allows reading the content of a sent private message.
Message-body-size: 68+ bytes
Definition at line 731 of file gnunet_messenger_service.h.
| struct GNUNET_HashCode GNUNET_MESSENGER_MessageTranscript::hash |
The hash of the original message.
Definition at line 736 of file gnunet_messenger_service.h.
Referenced by decode_message_body(), dequeue_message_from_room(), encode_message_body(), get_message_body_kind_size(), and handle_transcript_message().
| struct GNUNET_CRYPTO_BlindablePublicKey GNUNET_MESSENGER_MessageTranscript::key |
The key from the recipient of the original message.
Definition at line 741 of file gnunet_messenger_service.h.
Referenced by decode_message_body(), encode_message_body(), get_message_body_size(), handle_transcript_message(), and transcribe_message().
| uint16_t GNUNET_MESSENGER_MessageTranscript::length |
The length of the transcribed message.
Definition at line 746 of file gnunet_messenger_service.h.
Referenced by copy_message(), create_message(), decode_message_body(), get_message_body_size(), read_transcript_message(), and transcribe_message().
| char* GNUNET_MESSENGER_MessageTranscript::data |
The data of the transcribed message.
Definition at line 751 of file gnunet_messenger_service.h.
Referenced by copy_message(), create_message(), decode_message_body(), destroy_message_body(), encode_message_body(), read_transcript_message(), and transcribe_message().