diff libpurple/protocols/myspace/myspace.h @ 17381:df93e8773981

Add msim_offline_message() for offline message status. Always return TRUE, though offline messages are not yet supported. Mainly for sending to users whose status has not been retrieved yet.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 14 Jun 2007 01:53:58 +0000
parents 6fa345a01dd8
children 1a26b36889dc
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Thu Jun 14 01:33:49 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Thu Jun 14 01:53:58 2007 +0000
@@ -184,6 +184,8 @@
 void msim_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group);
 void msim_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group);
 
+gboolean msim_offline_message(const PurpleBuddy *buddy);
+
 void msim_input_cb(gpointer gc_uncasted, gint source, 
 		PurpleInputCondition cond);