pidgin.mxit: d025d54b: MXit servers updated, so we can now enab...
andrew.victor at mxit.com
andrew.victor at mxit.com
Mon Apr 11 18:20:59 EDT 2011
----------------------------------------------------------------------
Revision: d025d54be04c39c06c4aad817a948315956c17c0
Parent: 946c4722745ca6dc861790fe1dd31ba783aa4322
Author: andrew.victor at mxit.com
Date: 04/11/11 17:00:18
Branch: im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/d025d54be04c39c06c4aad817a948315956c17c0
Changelog:
MXit servers updated, so we can now enable updating of the "About Me" and
"Where I Live" profile attributes.
Changes against parent 946c4722745ca6dc861790fe1dd31ba783aa4322
patched libpurple/protocols/mxit/actions.c
-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/actions.c 795d9ba48d06b716e00ce20425bd7d18081e7f05
+++ libpurple/protocols/mxit/actions.c 739d6ed90a11b310fc4163312997fd9737abf50f
@@ -186,7 +186,6 @@ out:
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 @@ out:
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 @@ GList* mxit_actions( PurplePlugin* plugi
return m;
}
-
More information about the Commits
mailing list