comparison libpurple/protocols/bonjour/mdns_common.h @ 18799:83719d57a8ee

Implement bonjour buddy icons in the win32 implementation. Avahi's howl wrapper doesn't implement sw_discovery_query_record(), so we can't do it elsewhere yet.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 05 Aug 2007 02:50:48 +0000
parents ed1def07d86e
children 7bf6b9a70b41
comparison
equal deleted inserted replaced
18798:ed1def07d86e 18799:83719d57a8ee
35 * Send a new dns-sd packet updating our status. 35 * Send a new dns-sd packet updating our status.
36 */ 36 */
37 void bonjour_dns_sd_send_status(BonjourDnsSd *data, const char *status, const char *status_message); 37 void bonjour_dns_sd_send_status(BonjourDnsSd *data, const char *status, const char *status_message);
38 38
39 /** 39 /**
40 * Retrieve the buddy icon blob
41 */
42 void bonjour_dns_sd_retrieve_buddy_icon(BonjourBuddy* buddy);
43
44 /**
40 * Advertise our presence within the dns-sd daemon and start 45 * Advertise our presence within the dns-sd daemon and start
41 * browsing for other bonjour peers. 46 * browsing for other bonjour peers.
42 */ 47 */
43 gboolean bonjour_dns_sd_start(BonjourDnsSd *data); 48 gboolean bonjour_dns_sd_start(BonjourDnsSd *data);
44 49