diff libpurple/protocols/jabber/buddy.h @ 25653:45c33d60c547

Retrieve and display buddy's local time in Get Info dialog
author Paul Aurich <paul@darkrain42.org>
date Sun, 08 Feb 2009 08:00:31 +0000
parents 1de1494a13e5
children 5767b7698c73
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.h	Sun Feb 08 07:07:25 2009 +0000
+++ b/libpurple/protocols/jabber/buddy.h	Sun Feb 08 08:00:31 2009 +0000
@@ -81,6 +81,8 @@
 		char *name;
 		char *os;
 	} client;
+	/* tz_off == PURPLE_NO_TZ_OFF when unset */
+	long tz_off;
 	JabberCapsClientInfo *caps;
 	GList *commands;
 } JabberBuddyResource;