Re: [jdev] Re: Adding a contact to msn from jabber.

2007-03-07 Thread rajeev k
Hi, I am not sure if RFC 2396 is applicable to Jabber world or not. If it is applicable @ should be replaced with %40 not with %. Regards, Rajeev K On 3/7/07, Alexander Gnauck [EMAIL PROTECTED] wrote: they way all the MSN gateways work is: if your gateway has the Jid msn.myserver.org

Re: [jdev] Adding a contact to msn from jabber.

2007-03-06 Thread rajeev k
Hi, I dont know about Jabber protocol, but in SIP, you can not have two '@'symbols in same uri, you have to encode the second '@' in the uri. HTH, Regards, Rajeev K On 3/6/07, Bruno Bechler Machado [EMAIL PROTECTED] wrote: Hy, i didn't solve my problem about adding a contact to my msn account

Re: [jdev] Re: Windows stack

2007-02-20 Thread rajeev k
, Rajeev K On 2/20/07, Kevin Smith [EMAIL PROTECTED] wrote: On 20 Feb 2007, at 07:18, Clive Holloway wrote: Perl's 'problem' is that as well as being able to write clean, well thought out code, it's just as easy to write a mess. Java, for example, forces a lot more rules on you, and it has real OO

[jdev] Windows stack

2007-02-19 Thread rajeev k
Hi, I want to develop a Jabber client in VC++. Can someone suggest the best stack available in windows? (it will be good if stack use MSXML instead of OpenXML). Regards, Rajeev K