aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-04 14:36:08 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-04 14:36:08 +0100
commit5c7b45cb652c73a8f2c827116786a1b21519d4b7 (patch)
treeedb85f01baa6a661f454f0f20f5382a9232e38c1 /protocols/bee.h
parentc8eeadd72286b87cc1638e388669e00e8c8b9f1e (diff)
Auto joins for chatrooms.
Diffstat (limited to 'protocols/bee.h')
-rw-r--r--protocols/bee.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/bee.h b/protocols/bee.h
index c3230f47..e82913d6 100644
--- a/protocols/bee.h
+++ b/protocols/bee.h
@@ -81,6 +81,9 @@ typedef struct bee_group
typedef struct bee_ui_funcs
{
+ void (*imc_connected)( struct im_connection *ic );
+ void (*imc_disconnected)( struct im_connection *ic );
+
gboolean (*user_new)( bee_t *bee, struct bee_user *bu );
gboolean (*user_free)( bee_t *bee, struct bee_user *bu );
gboolean (*user_fullname)( bee_t *bee, bee_user_t *bu );