Mercurial > pidgin
changeset 31503:17875962a0a0
MXit servers updated, so we can now enable updating of the "About Me" and
"Where I Live" profile attributes.
author | andrew.victor@mxit.com |
---|---|
date | Mon, 11 Apr 2011 21:00:18 +0000 |
parents | 516435ac46a7 |
children | cce18a0ff43a |
files | libpurple/protocols/mxit/actions.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/mxit/actions.c Mon Apr 11 20:37:42 2011 +0000 +++ b/libpurple/protocols/mxit/actions.c Mon Apr 11 21:00:18 2011 +0000 @@ -186,7 +186,6 @@ g_string_append( attributes, attrib ); acount++; -#if 0 /* update about me */ name = purple_request_fields_get_string( fields, "aboutme" ); if ( !name ) @@ -206,7 +205,6 @@ g_snprintf( attrib, sizeof( attrib ), "\01%s\01%i\01%s", CP_PROFILE_WHEREAMI, CP_PROFILE_TYPE_UTF8, profile->whereami ); g_string_append( attributes, attrib ); acount++; -#endif /* update flags */ field = purple_request_fields_get_field( fields, "searchable" ); @@ -475,4 +473,3 @@ return m; } -