[jdev] help needed in communicating with jabber server

Justin Karneges justin-keyword-jabber.093179 at affinix.com
Sun Jul 2 15:32:50 CDT 2006


On Saturday 01 July 2006 13:50, ali wrote:
> VB.net Client:-
>
> <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
>
> Jabber Server Responds:-
>
> <proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>

The <proceed> response means you're supposed to proceed with the TLS 
negotiation.  TLS is a binary protocol, where the client and server exchange 
some data in order to establish a secure channel.

My guess is that you didn't do it, which is why when you send this:

> VB.net Client:-
>
> <stream:stream
>        xmlns='jabber:client'
>        xmlns:stream='http://etherx.jabber.org/streams'
>        to='jabber.com'
>        version='1.0'>

You get this:

> Jabber Server Responds:-
>
>  <failure xmlns='urn:ietf:params:xml:ns:xmpp-tls'/></stream:stream>

-Justin



More information about the JDev mailing list