X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_signatures.h;h=580282d824afc8bfb2c871c1e86e2b0342db7d8a;hb=a6fb0db57f2a70a05bdb6ef7ccf69a044268dee6;hp=98c44948693857232ecd1b5ff014e9f3d064b060;hpb=3900beb1ed0370041bccbe84643d84a6f5204475;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h index 98c449486..580282d82 100644 --- a/src/include/gnunet_signatures.h +++ b/src/include/gnunet_signatures.h @@ -48,11 +48,9 @@ extern "C" #define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PONG_OWN 1 /** - * Signature for confirming that this peer connected to another peer - * using a particular address. + * Signature for confirming that this peer intends to disconnect. */ -#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PONG_USING 2 - +#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2 /** * Purpose is to set a session key. @@ -102,6 +100,20 @@ extern "C" */ #define GNUNET_SIGNATURE_PURPOSE_DNS_RECORD 11 +/** + * Signature of a chat message. + */ +#define GNUNET_SIGNATURE_PURPOSE_CHAT_MESSAGE 12 + +/** + * Signature of confirmation receipt for a chat message. + */ +#define GNUNET_SIGNATURE_PURPOSE_CHAT_RECEIPT 13 + +/** + * Signature of a network size estimate message. + */ +#define GNUNET_SIGNATURE_PURPOSE_NSE_SEND 14 #if 0 /* keep Emacsens' auto-indent happy */ {