On Mon, Mar 2, 2009 at 7:29 AM, Sinha <[email protected]> wrote: > How does yahoo transport handle legacy user addition on the Jabber > user's contact list when the gateway logs in on legacy server : > 1. Is it by sending sending a presence stanza of type "subscribed" > from the legacy contact's JID (e.g., > <[email protected]>) to the Jabber user. > or > 2. Via XEP-0144: Roster Item Exchange > or > Some other way? >
If the client supports XEP-0144, then the transport will use that, otherwise it will send multiple presence subscribes. The transport only does this when it receives 'subscribed' from the server for it's jid, so when I said 're-register' earlier, it should have read 'resend subscription'. -- - Norman Rasmussen - Email: [email protected] - Home page: http://norman.rasmussen.co.za/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
