| Summary: |
Can't add contacts on MSN (uses Requests API) |
| Product: |
Telepathy
|
Reporter: |
Will Thompson <will> |
| Component: |
haze | Assignee: |
Telepathy bugs list <telepathy-bugs> |
| Status: |
RESOLVED
MOVED
|
QA Contact: |
Telepathy bugs list <telepathy-bugs> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
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.