[Bug 50341] New: Special trick to add a contact in WLM
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri May 25 10:43:13 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=50341
Bug #: 50341
Summary: Special trick to add a contact in WLM
Classification: Unclassified
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: gabble
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: xclaesse at gmail.com
QAContact: telepathy-bugs at lists.freedesktop.org
We can't add user at live.com in MSN roster, we have to first "convert" that live
ID to an XMPP jid in the form 1234 at messenger.live.com. That conversion is done
by non-standard stanza:
< <iq from='john at contoso.com' to='mary at contoso.com' type='get' id='id1'>
<getjid xmlns='jidlookup'></getjid>
</iq>
> <iq from='john at contoso.com' to='mary at contoso.com' type='result' id='id1'>
<getjid xmlns='jidlookup'>
<jid>12345 at messenger.live.com</jid>
</getjid>
</iq>
As described in http://msdn.microsoft.com/en-us/library/live/hh550849.aspx
This could require spec changes as well?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list