diff libpurple/protocols/bonjour/buddy.h @ 21806:41959f031322

Update Bonjour prpl to support multiple presence records for the same buddy. Eliminate the Howl backend to avoid having to maintain yet another set of code. References #4187 (more to come to fix the rest of the ticket).
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 10 Dec 2007 03:50:58 +0000
parents 07c2e60026da
children d50194ab3016
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/buddy.h	Mon Dec 10 02:19:56 2007 +0000
+++ b/libpurple/protocols/bonjour/buddy.h	Mon Dec 10 03:50:58 2007 +0000
@@ -27,8 +27,7 @@
 	PurpleAccount *account;
 
 	gchar *name;
-	/* TODO: Remove and just use the hostname */
-	gchar *ip;
+	GSList *ips;
 	gint port_p2pj;
 
 	gchar *first;