comparison libpurple/protocols/jabber/jabber.c @ 25742:4040da08a733

Entity Capabilities must be per-JabberStream
author Paul Aurich <paul@darkrain42.org>
date Fri, 21 Nov 2008 00:35:44 +0000
parents 1225f3dcf5ab
children 504c98a90ef5
comparison
equal deleted inserted replaced
25741:1225f3dcf5ab 25742:4040da08a733
1388 1388
1389 g_free(js->stream_id); 1389 g_free(js->stream_id);
1390 if(js->user) 1390 if(js->user)
1391 jabber_id_free(js->user); 1391 jabber_id_free(js->user);
1392 g_free(js->avatar_hash); 1392 g_free(js->avatar_hash);
1393 g_free(js->caps_hash);
1393 1394
1394 purple_circ_buffer_destroy(js->write_buffer); 1395 purple_circ_buffer_destroy(js->write_buffer);
1395 if(js->writeh) 1396 if(js->writeh)
1396 purple_input_remove(js->writeh); 1397 purple_input_remove(js->writeh);
1397 #ifdef HAVE_CYRUS_SASL 1398 #ifdef HAVE_CYRUS_SASL
2538 PURPLE_CMD_FLAG_IM | PURPLE_CMD_FLAG_PRPL_ONLY, 2539 PURPLE_CMD_FLAG_IM | PURPLE_CMD_FLAG_PRPL_ONLY,
2539 "prpl-jabber", jabber_cmd_buzz, 2540 "prpl-jabber", jabber_cmd_buzz,
2540 _("buzz: Buzz a user to get their attention"), NULL); 2541 _("buzz: Buzz a user to get their attention"), NULL);
2541 } 2542 }
2542 2543
2543 /* IPC fucntions*/ 2544 /* IPC functions*/
2544 2545
2545 /* 2546 /*
2546 * IPC function for checking wheather a client at a full JID supports a certain feature. 2547 * IPC function for checking wheather a client at a full JID supports a certain feature.
2547 * 2548 *
2548 * @param fulljid The full JID of the client. 2549 * @param fulljid The full JID of the client.