diff libpurple/protocols/jabber/caps.h @ 26927:70fdb6fc8aee

Make the JabberCapsTuple (nee Key) available to the rest of the prpl
author Paul Aurich <paul@darkrain42.org>
date Thu, 07 May 2009 23:46:11 +0000
parents bc7fac8e2f79
children d0a049ede31e
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.h	Thu May 07 17:04:59 2009 +0000
+++ b/libpurple/protocols/jabber/caps.h	Thu May 07 23:46:11 2009 +0000
@@ -30,11 +30,19 @@
 
 typedef struct _JabberCapsNodeExts JabberCapsNodeExts;
 
+typedef struct _JabberCapsTuple {
+	const char *node;
+	const char *ver;
+	const char *hash;
+} JabberCapsTuple;
+
 struct _JabberCapsClientInfo {
 	GList *identities; /* JabberIdentity */
 	GList *features; /* char * */
 	GList *forms; /* xmlnode * */
 	JabberCapsNodeExts *exts;
+
+	const JabberCapsTuple tuple;
 };
 
 /*