diff libpurple/protocols/myspace/myspace.h @ 17656:61f0b36b9891

Retrieve information for profile ("Get Info") from server, instead of from cached buddy list information. Allows getting info for not only online users, but also offline users, and users not on buddy list (by username or uid).
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 21 Jun 2007 05:50:41 +0000
parents 01d7e5096dde
children cbda7f26d27d
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Wed Jun 20 04:52:01 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Thu Jun 21 05:50:41 2007 +0000
@@ -185,6 +185,7 @@
 int msim_incoming_action(MsimSession *session, MsimMessage *msg);
 
 unsigned int msim_send_typing(PurpleConnection *gc, const gchar *name, PurpleTypingState state);
+void msim_get_info_cb(MsimSession *session, MsimMessage *userinfo, gpointer data);
 void msim_get_info(PurpleConnection *gc, const gchar *name);
 
 void msim_store_buddy_info_each(gpointer key, gpointer value, gpointer user_data);