comparison 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
comparison
equal deleted inserted replaced
21804:fb73a6ed8197 21806:41959f031322
25 typedef struct _BonjourBuddy 25 typedef struct _BonjourBuddy
26 { 26 {
27 PurpleAccount *account; 27 PurpleAccount *account;
28 28
29 gchar *name; 29 gchar *name;
30 /* TODO: Remove and just use the hostname */ 30 GSList *ips;
31 gchar *ip;
32 gint port_p2pj; 31 gint port_p2pj;
33 32
34 gchar *first; 33 gchar *first;
35 gchar *phsh; 34 gchar *phsh;
36 gchar *status; 35 gchar *status;