GNUnet  0.20.0
gnunet-service-messenger.h File Reference

GNUnet MESSENGER service. More...

Include dependency graph for gnunet-service-messenger.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

GNUnet MESSENGER service.

Author
Tobias Frisch

Definition in file gnunet-service-messenger.h.