comparison libpurple/protocols/myspace/myspace.c @ 22776:01e375e9b681

disapproval of revision '8086f2cffaab6ed17431381836b9227a64a53270' This really needs to happen with the appropriate magic necessary to allow adding newer functions when necessary without forcing a bump in the major. I am not necessarily succumbing to 'fear of incrementing a version number' or anything, I just don't think this particular feature is important or useful enough. I would be interested to see if there's still any confusion left after the change from 'Screenname' to 'Username'.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 30 Apr 2008 11:27:17 +0000
parents 0be4c1f0fa55
children 3fee7e01e51c
comparison
equal deleted inserted replaced
22775:0be4c1f0fa55 22776:01e375e9b681
2445 * 2445 *
2446 * TODO: file a ticket to add this enhancement. 2446 * TODO: file a ticket to add this enhancement.
2447 */ 2447 */
2448 2448
2449 return normalized; 2449 return normalized;
2450 }
2451
2452 const char *msim_get_login_label() {
2453 return _("E-mail Address...");
2454 } 2450 }
2455 2451
2456 /** Return whether the buddy can be messaged while offline. 2452 /** Return whether the buddy can be messaged while offline.
2457 * 2453 *
2458 * The protocol supports offline messages in just the same way as online 2454 * The protocol supports offline messages in just the same way as online
3133 msim_send_really_raw, /* send_raw */ 3129 msim_send_really_raw, /* send_raw */
3134 NULL, /* roomlist_room_serialize */ 3130 NULL, /* roomlist_room_serialize */
3135 NULL, /* unregister_user */ 3131 NULL, /* unregister_user */
3136 msim_send_attention, /* send_attention */ 3132 msim_send_attention, /* send_attention */
3137 msim_attention_types, /* attention_types */ 3133 msim_attention_types, /* attention_types */
3138 msim_get_login_label /* get screen name field title */ 3134 NULL /* _purple_reserved4 */
3139 }; 3135 };
3140 3136
3141 3137
3142 3138
3143 /** Based on MSN's plugin info comments. */ 3139 /** Based on MSN's plugin info comments. */