diff libpurple/protocols/bonjour/jabber.h @ 31990:e1d31abb245c

bonjour: Update to 427f3622bbeb4 to match the last used IP more reliably. Without this, there will be an infinite loop when there are duplicate IPs in the list for a buddy (e.g. when you receive notifications on multiple interfaces). Refs #13773
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 03 May 2011 16:37:16 +0000
parents 755219afed9f
children
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/jabber.h	Tue May 03 16:12:36 2011 +0000
+++ b/libpurple/protocols/bonjour/jabber.h	Tue May 03 16:37:16 2011 +0000
@@ -63,6 +63,8 @@
 	/* The following are only needed before attaching to a PurpleBuddy */
 	gchar *buddy_name;
 	gchar *ip;
+	/* This points to a data entry in BonjourBuddy->ips */
+	const gchar *ip_link;
 } BonjourJabberConversation;
 
 /**