aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-10-18 19:47:08 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-10-18 19:47:08 +0200
commit1991be623c6c53d2f61f0b15405d41d144c21c8f (patch)
tree0b20fcf91e54b7aa41d445c0b0f0331b75611221 /protocols/jabber/jabber.c
parente7276082fede405633f63d38fe18e010e897a972 (diff)
get_info() now displays vCard information too.
Diffstat (limited to 'protocols/jabber/jabber.c')
-rw-r--r--protocols/jabber/jabber.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c
index abc3837b..f460aff2 100644
--- a/protocols/jabber/jabber.c
+++ b/protocols/jabber/jabber.c
@@ -201,6 +201,8 @@ static void jabber_get_info( struct gaim_connection *gc, char *who )
bud->away_message ? : "(none)" );
bud = bud->next;
}
+
+ jabber_get_vcard( gc, bud ? bud->handle : who );
}
static void jabber_set_away( struct gaim_connection *gc, char *state_txt, char *message )