An invite message body. More...
#include <gnunet_messenger_service.h>
Data Fields | |
struct GNUNET_PeerIdentity | door |
The peer identity of an open door to a room. More... | |
struct GNUNET_HashCode | key |
The hash identifying the port of the room. More... | |
An invite message body.
This allows sharing information about other rooms in form of an invitation.
Message-body-size: 48 bytes
Definition at line 420 of file gnunet_messenger_service.h.
struct GNUNET_PeerIdentity GNUNET_MESSENGER_MessageInvite::door |
The peer identity of an open door to a room.
Definition at line 425 of file gnunet_messenger_service.h.
Referenced by decode_message_body(), encode_message_body(), get_message_body_kind_size(), and on_message().
struct GNUNET_HashCode GNUNET_MESSENGER_MessageInvite::key |
The hash identifying the port of the room.
Definition at line 430 of file gnunet_messenger_service.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), on_message(), and gnunet-chk.Chk::uri().