GNUnet MESSENGER service. More...
#include "platform.h"
#include "gnunet_cadet_service.h"
#include "gnunet_identity_service.h"
#include "gnunet_protocols.h"
#include "gnunet_util_lib.h"
Go to the source code of this file.
Data Structures | |
struct | GNUNET_MESSENGER_CreateMessage |
Message to create a handle for a client. More... | |
struct | GNUNET_MESSENGER_UpdateMessage |
Message to update the handle (its EGO key) for a client. More... | |
struct | GNUNET_MESSENGER_DestroyMessage |
Message to destroy the handle for a client. More... | |
struct | GNUNET_MESSENGER_NameMessage |
Message to receive the current name of a handle. More... | |
struct | GNUNET_MESSENGER_KeyMessage |
Message to receive the current public key of a handle. More... | |
struct | GNUNET_MESSENGER_RoomMessage |
General message to confirm interaction with a room. More... | |
struct | GNUNET_MESSENGER_MemberMessage |
Message to receive the current member id of a handle in room. More... | |
struct | GNUNET_MESSENGER_SendMessage |
Message to send something into a room. More... | |
struct | GNUNET_MESSENGER_GetMessage |
Message to request something from a room. More... | |
struct | GNUNET_MESSENGER_RecvMessage |
Message to receive something from a room. More... | |
GNUnet MESSENGER service.
Definition in file gnunet-service-messenger.h.