diff 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
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/mdns_types.h	Wed Jan 09 19:04:28 2008 +0000
+++ b/libpurple/protocols/bonjour/mdns_types.h	Wed Jan 09 19:07:16 2008 +0000
@@ -20,7 +20,7 @@
 #include <glib.h>
 #include "account.h"
 
-#define ICHAT_SERVICE "_presence._tcp."
+#define LINK_LOCAL_RECORD_NAME "_presence._tcp."
 
 /**
  * Data to be used by the dns-sd connection.