On Wed, Oct 22, 2008 at 7:54 PM, John <[EMAIL PROTECTED]> wrote: > it's between my own client and other networks (such as MSN, AIM, > Yahoo, etc...) > I just want to know if other people is using my own client or MSN or > AIM or Yahoo... >
I assume your client is a jabber client and you're using the python jabber transports to connect to the 3rd party networks. It's not easy to tell. Mostly because the transport developers haven't wanted to do anything different from the official client, because it might make it easier to block the transports. What I do know is that on the MSN transport is that each message sent has the jabber id of the remote user (if sent by pymsnt), but that's not given to the jabber client in an easy discoverable way except by a message that tells you what the other user's jid is. -- - 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 -~----------~----~----~----~------~----~------~--~---
