diff libpurple/protocols/msn/user.h @ 30662:0a22d67651ce

Save the Endpoint ID with the data.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 09 Dec 2009 21:29:29 +0000
parents 88c48bcb5455
children 8c543e70db7f
line wrap: on
line diff
--- a/libpurple/protocols/msn/user.h	Wed Dec 09 21:10:08 2009 +0000
+++ b/libpurple/protocols/msn/user.h	Wed Dec 09 21:29:29 2009 +0000
@@ -115,6 +115,7 @@
  * A specific user endpoint.
  */
 typedef struct MsnUserEndpoint {
+	char *id;				/**< The client's endpoint ID          */
 	guint clientid;         /**< The client's ID                   */
 	guint extcaps;			/**< The client's extended capabilites */