Can't add contacts on MSN (uses Requests API)
@wjt
Submitted by Will Thompson Assigned to Telepathy bugs list
Description
Looks like in recent libpurples, adding someone on MSN goes via a purple_request_input:
purple_request_input(gc, NULL, _("Authorization Request Message:"),
NULL, _("Please authorize me!"), TRUE, FALSE, NULL,
_("_OK"), G_CALLBACK(finish_auth_request),
_("_Cancel"), G_CALLBACK(cancel_auth_request),
purple_connection_get_account(gc), bname, NULL,
data);
Haze should work around that.