| 224 gchar *display_name; |
224 gchar *display_name; |
| 225 /* Note: uid is in &buddy->node (set_blist_node_int), since it never changes */ |
225 /* Note: uid is in &buddy->node (set_blist_node_int), since it never changes */ |
| 226 gchar *username; |
226 gchar *username; |
| 227 gchar *band_name, *song_name; |
227 gchar *band_name, *song_name; |
| 228 gchar *image_url; |
228 gchar *image_url; |
| |
229 guint last_image_updated; |
| 229 } MsimUser; |
230 } MsimUser; |
| 230 |
231 |
| 231 |
232 |
| 232 #ifdef MSIM_USE_ATTENTION_API |
233 #ifdef MSIM_USE_ATTENTION_API |
| 233 #define MsimAttentionType PurpleAttentionType |
234 #define MsimAttentionType PurpleAttentionType |