comparison 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
comparison
equal deleted inserted replaced
31989:6ec53e134447 31990:e1d31abb245c
61 PurpleAccount *account; 61 PurpleAccount *account;
62 62
63 /* The following are only needed before attaching to a PurpleBuddy */ 63 /* The following are only needed before attaching to a PurpleBuddy */
64 gchar *buddy_name; 64 gchar *buddy_name;
65 gchar *ip; 65 gchar *ip;
66 /* This points to a data entry in BonjourBuddy->ips */
67 const gchar *ip_link;
66 } BonjourJabberConversation; 68 } BonjourJabberConversation;
67 69
68 /** 70 /**
69 * Start listening for jabber connections. 71 * Start listening for jabber connections.
70 * 72 *