aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/iq.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/jabber/iq.c')
-rw-r--r--protocols/jabber/iq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c
index 62e6a183..0050fb5b 100644
--- a/protocols/jabber/iq.c
+++ b/protocols/jabber/iq.c
@@ -373,10 +373,7 @@ static xt_status jabber_parse_roster( struct im_connection *ic, struct xt_node *
group->text : NULL );
if( name )
- {
imcb_rename_buddy( ic, jid, name );
- imcb_buddy_nick_hint( ic, jid, name );
- }
}
else if( strcmp( sub, "remove" ) == 0 )
{