comparison libpurple/protocols/bonjour/mdns_types.h @ 22052:1be0d49532a1

Fix the _presence._tcp. record not to be referred to as the ICHAT_PRESENCE, that has been bothering me for a while.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 09 Jan 2008 19:07:16 +0000
parents 44b4e8bd759b
children 5876584828e8
comparison
equal deleted inserted replaced
22051:92eeb7f5b3c9 22052:1be0d49532a1
18 #define _BONJOUR_MDNS_TYPES 18 #define _BONJOUR_MDNS_TYPES
19 19
20 #include <glib.h> 20 #include <glib.h>
21 #include "account.h" 21 #include "account.h"
22 22
23 #define ICHAT_SERVICE "_presence._tcp." 23 #define LINK_LOCAL_RECORD_NAME "_presence._tcp."
24 24
25 /** 25 /**
26 * Data to be used by the dns-sd connection. 26 * Data to be used by the dns-sd connection.
27 */ 27 */
28 typedef struct _BonjourDnsSd { 28 typedef struct _BonjourDnsSd {