comparison libpurple/protocols/jabber/buddy.c @ 16995:830c0cc9b9d4

comment typo
author Nathan Walp <nwalp@pidgin.im>
date Fri, 11 May 2007 00:11:14 +0000
parents f8d0c9bbb9ae
children 95affacf6f82 f88c2a41200d
comparison
equal deleted inserted replaced
16994:5f557e708335 16995:830c0cc9b9d4
1193 jabber_iq_send(iq); 1193 jabber_iq_send(iq);
1194 } 1194 }
1195 1195
1196 /* this is to fix the feeling of irritation I get when trying 1196 /* this is to fix the feeling of irritation I get when trying
1197 * to get info on a friend running Trillian, which doesn't 1197 * to get info on a friend running Trillian, which doesn't
1198 * respont (with an error or otherwise) to jabber:iq:last 1198 * respond (with an error or otherwise) to jabber:iq:last
1199 * requests. There are a number of Trillian users in my 1199 * requests. There are a number of Trillian users in my
1200 * office. */ 1200 * office. */
1201 if(!_client_is_blacklisted(jbr, "jabber:iq:last")) { 1201 if(!_client_is_blacklisted(jbr, "jabber:iq:last")) {
1202 iq = jabber_iq_new_query(js, JABBER_IQ_GET, "jabber:iq:last"); 1202 iq = jabber_iq_new_query(js, JABBER_IQ_GET, "jabber:iq:last");
1203 xmlnode_set_attrib(iq->node, "to", full_jid); 1203 xmlnode_set_attrib(iq->node, "to", full_jid);