On 17/05/2006, at 2:32 AM, Mike Shnayderman wrote: > I am trying to develop a Jabber based Service. While my prototype > functions very well with > AIM and Yahoo. MSN does not work. I am programatically handling > presence requests of type subscribe and that works fine with Yahoo and > AIM, but MSN seems to cause issues. > I am not sure of specific handling of XMPP for MSN transport; I am > generally new to XMPP, but so far MSN is the only one that seems to > need some extra XMPP handling. All I am trying is to establish > on-line presence for anyone tring to add user registered with MSN > transport. > > Regards, Mikhail.
After your JID has been registered with PyMSNt (using jabber:iq:register), presence subscriptions should work for [EMAIL PROTECTED] just like they do for any other contact. You're correct, no special handling is needed. It could be you're not registering correctly? Also, note that you cannot add [EMAIL PROTECTED] to your list. You must add [EMAIL PROTECTED] You might want to try the jdev mailing list for more assistance, as well as having a look at the developer docs on http://delx.cjb.net/ pymsnt --- James
