From d88c92a40438e0ac8e897beb3ead44c4404050b3 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 6 Dec 2010 00:03:49 +0000 Subject: First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber contact.) --- protocols/bee.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/bee.h') diff --git a/protocols/bee.h b/protocols/bee.h index 077c3661..49ea6fb5 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -110,6 +110,8 @@ typedef struct bee_ui_funcs gboolean (*user_msg)( bee_t *bee, bee_user_t *bu, const char *msg, time_t sent_at ); /* Flags currently defined (OPT_TYPING/THINKING) in nogaim.h. */ gboolean (*user_typing)( bee_t *bee, bee_user_t *bu, guint32 flags ); + /* CTCP-like stuff (buddy action) response */ + gboolean (*user_action_response)( bee_t *bee, bee_user_t *bu, const char *action, char * const args[], void *data ); /* Called at creation time. Don't show to the user until s/he is added using chat_add_user(). UI state can be stored via c->data. */ -- cgit v1.2.3