> first, one will create a socket and connect to
> proxy.Then he will write on the socket the following
> request
>
> PUT http://jabber.org:5222/ HTTP/1.0
>        User-Agent: test
>        Host: jabber.org:5222
>
>        <stream:stream to="jabber.org"
> xmlns="jabber:client"
> xmlns:stream="http://etherx.jabber.org/

You must put a connection keepalive in here, otherwise the server will
indeed close the connection, as you saw in your returned request.

>        Connection: close


_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to