Thanks for the reply Norman, i followed Example 7 in XEP-0100 , i have send my hotmail credentials to server as follows
<body rid='204983159' xmlns='http://jabber.org/protocol/httpbind' sid='2643cbde7dcfec9ffa001f3e3fa3c2b2'> <iq type='get' to='msn.localhost' from='ad...@localhost/18746966031287554066971832' id='reg2' xmlns='jabber:client'> <query xmlns='jabber:iq:register'> <username>[email protected]</username> <password>*****</password> </query> </iq> </body> Even i am getting the same response from the server <body xmlns='http://jabber.org/protocol/httpbind'> <iq xmlns='jabber:client' to='ad...@localhost/ 9570991071287491939981946' from='msn.localhost' id='reg1' type='result'> <query xmlns='jabber:iq:register'> <instructions>Please type your MSN ([email protected]) into the username field and your password.For more information see http://msn-transport.jabberstudio.org/docs/users </instructions> < username/> <password/> </query> </iq> </body> Regards, sathi On Tue, Oct 19, 2010 at 9:07 PM, Norman Rasmussen <[email protected]>wrote: > This is a correct response from the server. If you look at Example 7 in > XEP-0100 [1], you can see the style of response that you should send back. > > [1] http://xmpp.org/extensions/xep-0100.html > > On Tue, Oct 19, 2010 at 5:42 AM, sathi <[email protected]> wrote: > >> Hi All, >> >> I am working on ejabberd and strophe to develop msn IM . I have >> installed pymsnt transport and i am able to start the transport. I am >> able to send IQ message to msn.localhost to query information about >> service discovery, but not able to register my msn credentials >> ([email protected]) with transports and response from the server >> is >> >> <body xmlns='http://jabber.org/protocol/httpbind'> >> <iq xmlns='jabber:client' to='ad...@localhost/ >> 9570991071287491939981946' from='msn.localhost' id='reg1' >> type='result'> >> <query xmlns='jabber:iq:register'> >> <instructions>Please type your MSN ([email protected]) >> into the username field and your password.For more information see >> http://msn-transport.jabberstudio.org/docs/users >> </instructions> >> < username/> >> <password/> >> </query> >> </iq> >> </body> >> Thanks and Regards, >> Sathi >> >> -- >> 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]<py-transports%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/py-transports?hl=en. >> >> > > > -- > - 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]<py-transports%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/py-transports?hl=en. > -- 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.
