Bug 24657 - Can't add contacts on MSN (uses Requests API)
Summary: Can't add contacts on MSN (uses Requests API)
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: haze (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 07:32 UTC by Will Thompson
Modified: 2019-12-03 20:05 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Will Thompson 2009-10-21 07:32:54 UTC
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.
Comment 1 GitLab Migration User 2019-12-03 20:05:49 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-haze/issues/23.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.