# HG changeset patch # User Jeffrey Connelly # Date 1182487710 0 # Node ID f903418147f63b947d49a277cc864c85e7a018d1 # Parent 61f0b36b989173d4b35aa34111819914445d9f4f Clean up TODOs: - Offline messages are supported. - No more warnings about status. diff -r 61f0b36b9891 -r f903418147f6 libpurple/protocols/myspace/myspace.c --- a/libpurple/protocols/myspace/myspace.c Thu Jun 21 05:50:41 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Fri Jun 22 04:48:30 2007 +0000 @@ -72,16 +72,6 @@ types = NULL; - /* TODO: Fix these: - * - * g_log: purple_presence_get_active_status: assertion `presence != NULL' failed - * g_log: purple_status_get_name: assertion `status != NULL' failed - * [...] - * - * and - * g_log: purple_presence_set_status_active: assertion `status != NULL' failed - * [...] - */ status = purple_status_type_new_full(PURPLE_STATUS_AVAILABLE, NULL, NULL, FALSE, TRUE, FALSE); types = g_list_append(types, status); @@ -1704,7 +1694,6 @@ * * I always return TRUE, to allow sending to buddies whose status has not yet * been received. The protocol _does_ support offline messages, but not this plugin. - * TODO: Real offline message support. */ gboolean msim_offline_message(const PurpleBuddy *buddy) {