openbsd-ports/net/pidgin-icb/patches/patch-icb_h

22 lines
744 B
Plaintext
Raw Normal View History

--- icb.h.orig 2007-05-05 12:39:23.000000000 -0400
+++ icb.h 2009-08-12 11:28:39.000000000 -0400
@@ -64,8 +64,9 @@
#define ICB_CMD_COMMAND 'h'
#define ICB_CMD_COMMAND_RESP 'i'
#define ICB_CMD_PROTO_VERSION 'j'
-#define ICB_CMD_MSG 'm'
+#define ICB_CMD_PONG 'm'
#define ICB_CMD_WHO 'w'
+#define ICB_CMD_PING 'l'
#define ICB_SERVICES_NAME "server"
@@ -117,6 +118,7 @@ typedef struct {
int chat_id;
enum wl_mode wl; /* What to do with wl response */
char wl_nick[256]; /* What to do with wl response */
+ time_t sr_time; /* time of last send/receive */
#if 0
GString *motd; /* MOTD. First bunch of "co"s sent by server right after
* user logs in.