From damencho at damencho.com  Thu Aug  7 05:23:14 2008
From: damencho at damencho.com (Damian Minkov)
Date: Thu, 07 Aug 2008 12:23:14 +0300
Subject: MSNP15
Message-ID: <489ABF02.1030802@damencho.com>

Hi everyone,

I'm trying to implement msn protocol ver. 15 for sip-communicator using
java-jml. I have some tests for the protocol which I can run 
successfully with the new implementation.
But from time to time I get TCP RST from the server and the socket is 
closed.
The servers which are closing the socket are the one used for the 
webservices in the new protcol version
(https://login.live.com, http://contacts.msn.com).

Have anybody experienced such a situation ?

Thanks,
damencho


From kakaroto at kakaroto.homelinux.net  Thu Aug  7 14:42:34 2008
From: kakaroto at kakaroto.homelinux.net (Youness Alaoui)
Date: Thu, 7 Aug 2008 14:42:34 -0400
Subject: MSNP15
In-Reply-To: <489ABF02.1030802@damencho.com>
References: <489ABF02.1030802@damencho.com>
Message-ID: <7d284bc10808071142g2d03be57ue7f092e24ee8f17f@mail.gmail.com>

Hi Damian,

usually a disconnection from the notification server would happen when you
send a command that is unknown or with an invalid format (a missing or an
additional argument).

For the SOAP services, it's normal to get disconnected if you don't have the
Connection: Keep-Alive header in your HTTP request (and then again, it might
ignore it, or disconnect after a timeout of X seconds with no new requests).

Hope that helps,

KaKaRoTo

On Thu, Aug 7, 2008 at 5:23 AM, Damian Minkov <damencho at damencho.com> wrote:

> Hi everyone,
>
> I'm trying to implement msn protocol ver. 15 for sip-communicator using
> java-jml. I have some tests for the protocol which I can run
> successfully with the new implementation.
> But from time to time I get TCP RST from the server and the socket is
> closed.
> The servers which are closing the socket are the one used for the
> webservices in the new protcol version
> (https://login.live.com, http://contacts.msn.com).
>
> Have anybody experienced such a situation ?
>
> Thanks,
> damencho
>
> _______________________________________________
> Openim mailing list
> Openim at imfreedom.org
> http://pidgin.im/cgi-bin/mailman/listinfo/openim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://pidgin.im/pipermail/openim/attachments/20080807/3e8365ac/attachment.htm 

