diff 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
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h	Mon Apr 23 06:43:49 2007 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Mon Apr 23 07:42:57 2007 +0000
@@ -1001,6 +1001,10 @@
 	char *status_encoding;
 	guint16 status_len;
 
+	char *itmsurl;
+	char *itmsurl_encoding;
+	guint16 itmsurl_len;
+
 	char *away;
 	char *away_encoding;
 	guint16 away_len;