diff src/protocols/jabber/buddy.h @ 8400:0383e55cd658

[gaim-migrate @ 9129] the ietf docs say we SHOULD do this, so we will. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 05 Mar 2004 19:09:59 +0000
parents ba12d8b12ab0
children 67421e0dc497
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.h	Fri Mar 05 16:37:37 2004 +0000
+++ b/src/protocols/jabber/buddy.h	Fri Mar 05 19:09:59 2004 +0000
@@ -49,6 +49,7 @@
 	int state;
 	char *status;
 	JabberCapabilities capabilities;
+	char *thread_id;
 } JabberBuddyResource;
 
 void jabber_buddy_free(JabberBuddy *jb);