diff options
author | ulim <a.sporto+bee@gmail.com> | 2007-12-04 02:21:45 +0100 |
---|---|---|
committer | ulim <a.sporto+bee@gmail.com> | 2007-12-04 02:21:45 +0100 |
commit | 793cc254ad2479d95d00266d6cb7ab2bcd158834 (patch) | |
tree | c53680ef30c2368e99f396e5e147b9c08437e46e /protocols/jabber/si.c | |
parent | 08135dff0e668622fc858d2ad8a7d0bdbdb8cb24 (diff) |
Follow rename of jabber_chat_by_jid from upstrem
Diffstat (limited to 'protocols/jabber/si.c')
-rw-r--r-- | protocols/jabber/si.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/si.c b/protocols/jabber/si.c index ffde6418..0b94f81b 100644 --- a/protocols/jabber/si.c +++ b/protocols/jabber/si.c @@ -371,7 +371,7 @@ int jabber_si_send_request(struct im_connection *ic, char *who, struct jabber_tr /* Maybe we should hash this? */ tf->sid = g_strdup_printf( "BitlBeeJabberSID%d", tf->ft->local_id ); - if( ( s = strchr( who, '=' ) ) && jabber_chat_by_name( ic, s + 1 ) ) + if( ( s = strchr( who, '=' ) ) && jabber_chat_by_jid( ic, s + 1 ) ) bud = jabber_buddy_by_ext_jid( ic, who, 0 ); else bud = jabber_buddy_by_jid( ic, who, 0 ); |