# HG changeset patch # User andrew.victor@mxit.com # Date 1302555618 0 # Node ID 17875962a0a05ff222901b09e1eccd14086be772 # Parent 516435ac46a77a501be50abe293b48ad005ca7c9 MXit servers updated, so we can now enable updating of the "About Me" and "Where I Live" profile attributes. diff -r 516435ac46a7 -r 17875962a0a0 libpurple/protocols/mxit/actions.c --- 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; } -