diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-09 00:43:13 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-09 00:43:13 +0100 |
commit | 46d215d562f8e1aba2b24e2d1feab27337956d50 (patch) | |
tree | d2c4edcb1c8ca69e78402dc955de3b118686f515 /protocols/jabber/jabber.c | |
parent | d7db3468f95d6b8ed2a161c71cb5b6ab1a7b5895 (diff) |
Allow moving contacts around between groups. Works with at least Jabber,
will check the others now.
Diffstat (limited to 'protocols/jabber/jabber.c')
-rw-r--r-- | protocols/jabber/jabber.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c index cf491f81..d5948958 100644 --- a/protocols/jabber/jabber.c +++ b/protocols/jabber/jabber.c @@ -412,7 +412,7 @@ static void jabber_add_buddy( struct im_connection *ic, char *who, char *group ) return; } - if( jabber_add_to_roster( ic, who, NULL ) ) + if( jabber_add_to_roster( ic, who, NULL, group ) ) presence_send_request( ic, who, "subscribe" ); } |