comparison libpurple/protocols/oscar/oscar.h @ 16318:1560f28cb854

Add the iTunes Music Store url to the GaimPresence for buddies onyour list who are advertising a URL (currently only iChat and Adium users, I think). Someone could write a neat plugin for Windows that sets your itms:// URL using the status API.
author Mark Doliner <mark@kingant.net>
date Mon, 23 Apr 2007 07:42:57 +0000
parents 9326d4cf5497
children c72295a65f7a
comparison
equal deleted inserted replaced
16317:cb1ea9f878f5 16318:1560f28cb854
999 999
1000 char *status; 1000 char *status;
1001 char *status_encoding; 1001 char *status_encoding;
1002 guint16 status_len; 1002 guint16 status_len;
1003 1003
1004 char *itmsurl;
1005 char *itmsurl_encoding;
1006 guint16 itmsurl_len;
1007
1004 char *away; 1008 char *away;
1005 char *away_encoding; 1009 char *away_encoding;
1006 guint16 away_len; 1010 guint16 away_len;
1007 1011
1008 struct aim_userinfo_s *next; 1012 struct aim_userinfo_s *next;