25#define GPI_BM_MESSAGE 1
26#define GPI_BM_REQUEST 2
30#define GPI_BM_REVOKE 6
31#define GPI_BM_STATUS 100
32#define GPI_BM_INVITE 101
33#define GPI_BM_PING 102
34#define GPI_BM_PONG 103
35#define GPI_BM_KEYS_REQUEST 104
36#define GPI_BM_KEYS_REPLY 105
37#define GPI_BM_FILE_SEND_REQUEST 200
38#define GPI_BM_FILE_SEND_REPLY 201
39#define GPI_BM_FILE_BEGIN 202
40#define GPI_BM_FILE_END 203
41#define GPI_BM_FILE_DATA 204
42#define GPI_BM_FILE_SKIP 205
43#define GPI_BM_FILE_TRANSFER_THROTTLE 206
44#define GPI_BM_FILE_TRANSFER_CANCEL 207
45#define GPI_BM_FILE_TRANSFER_KEEPALIVE 208
50gpiProcessRecvBuddyMessage(
51 GPConnection * connection,
55GPResult gpiProcessRecvBuddyStatusInfo(GPConnection *connection,
const char *input);
58gpiProcessRecvBuddyList(
59 GPConnection * connection,
64gpiSendServerBuddyMessage(
65 GPConnection * connection,
73 GPConnection * connection,
81GPResult gpiBuddyHandleKeyRequest(GPConnection *connection, GPIPeer *peer);
82GPResult gpiBuddyHandleKeyReply(GPConnection *connection, GPIPeer *peer,
char *buffer);
86 GPConnection * connection,
92 GPConnection * connection,
99 GPConnection * connection,
101 GPIBool sendServerRequest
Definition gpiProfile.h:67