MSN Transport 1.1.0 only working for about 20 minutes - many NPE's

in final 1.1.0 version the msn transport is unusable (1.1.0 beta2 is working). after about 20 minutes it stops working. admin interface shows user as registered/online but that’s not correct. also the last login timestamp get’s not updated.

i get 3 different NPE’s, they are flooding my log:

this one is already reported i think:


2007.08.12 18:08:38 org.jivesoftware.openfire.gateway.util.Log4JToOpenfireAppender.append(Log4JToOpe nfireAppender.java:49) Exception while processing packet:

java.lang.NullPointerException

at org.jivesoftware.openfire.gateway.session.TransportSessionManager.removeSession (TransportSessionManager.java:166)

at org.jivesoftware.openfire.gateway.BaseTransport.processPacket(BaseTransport.jav a:387)

at org.jivesoftware.openfire.gateway.BaseTransport.processPacket(BaseTransport.jav a:173)

at org.jivesoftware.openfire.component.InternalComponentManager$RoutableComponent. process(InternalComponentManager.java:490)

at org.jivesoftware.openfire.roster.Roster.broadcastPresence(Roster.java:590)

at org.jivesoftware.openfire.handler.PresenceUpdateHandler.broadcastUpdate(Presenc eUpdateHandler.java:258)

at org.jivesoftware.openfire.handler.PresenceUpdateHandler.process(PresenceUpdateH andler.java:113)

at org.jivesoftware.openfire.handler.PresenceUpdateHandler.process(PresenceUpdateH andler.java:88)

at org.jivesoftware.openfire.handler.PresenceUpdateHandler.process(PresenceUpdateH andler.java:151)

at org.jivesoftware.openfire.PresenceRouter.handle(PresenceRouter.java:123)

at org.jivesoftware.openfire.PresenceRouter.route(PresenceRouter.java:69)

at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:75)

at org.jivesoftware.openfire.SessionPacketRouter.route(SessionPacketRouter.java:13 4)

at org.jivesoftware.openfire.SessionPacketRouter.route(SessionPacketRouter.java:73 )

at org.jivesoftware.openfire.multiplex.MultiplexerPacketHandler.route(MultiplexerP acketHandler.java:164)

at org.jivesoftware.openfire.net.MultiplexerStanzaHandler.processRoute(Multiplexer StanzaHandler.java:89)

at org.jivesoftware.openfire.net.MultiplexerStanzaHandler.processUnknowPacket(Mult iplexerStanzaHandler.java:96)

at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:258)

at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:153)

at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:132)

at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived (AbstractIoFilterChain.java:703)

at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:362)

at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:54)

at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:800)

at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimplePr otocolDecoderOutput.java:62)

at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecF ilter.java:200)

at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:362)

at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:54)

at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:800)

at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java :266)

at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut orFilter.java:326)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 885)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)

at java.lang.Thread.run(Thread.java:619)

  1. NPE

2007.08.12 18:09:52 org.jivesoftware.openfire.event.SessionEventDispatcher.dispatchEvent(SessionEven tDispatcher.java:83)

java.lang.NullPointerException

at org.jivesoftware.openfire.gateway.session.TransportSessionManager.removeSession (TransportSessionManager.java:166)

at org.jivesoftware.openfire.gateway.BaseTransport.sessionDestroyed(BaseTransport. java:2066)

at org.jivesoftware.openfire.event.SessionEventDispatcher.dispatchEvent(SessionEve ntDispatcher.java:66)

at org.jivesoftware.openfire.SessionManager.removeSession(SessionManager.java:1520 )

at org.jivesoftware.openfire.SessionManager$ClientSessionListener.onConnectionClos e(SessionManager.java:1596)

at org.jivesoftware.openfire.net.VirtualConnection.notifyCloseListeners(VirtualCon nection.java:179)

at org.jivesoftware.openfire.net.VirtualConnection.close(VirtualConnection.java:15 5)

at org.jivesoftware.openfire.multiplex.ConnectionMultiplexerManager.closeClientSes sion(ConnectionMultiplexerManager.java:163)

at org.jivesoftware.openfire.multiplex.MultiplexerPacketHandler.handle(Multiplexer PacketHandler.java:88)

at org.jivesoftware.openfire.net.MultiplexerStanzaHandler.processIQ(MultiplexerSta nzaHandler.java:57)

at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:254)

at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:153)

at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:132)

at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived (AbstractIoFilterChain.java:703)

at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:362)

at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:54)

at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:800)

at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimplePr otocolDecoderOutput.java:62)

at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecF ilter.java:200)

at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:362)

at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:54)

at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:800)

at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java :266)

at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut orFilter.java:326)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 885)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)

at java.lang.Thread.run(Thread.java:619)

  1. NPE - th interesting one, what means this?

2007.08.12 18:10:02 org.jivesoftware.openfire.gateway.util.Log4JToOpenfireAppender.append(Log4JToOpe nfireAppender.java:49) Exception while processing packet:

java.lang.IllegalArgumentException: email is not available

at net.sf.jml.impl.MsnMessengerFactory.createMsnMessenger(MsnMessengerFactory.java :43)

at org.jivesoftware.openfire.gateway.protocols.msn.MSNSession.logIn(MSNSession.jav a:102)

at org.jivesoftware.openfire.gateway.protocols.msn.MSNTransport.registrationLogged In(MSNTransport.java:88)

at org.jivesoftware.openfire.gateway.BaseTransport.processPacket(BaseTransport.jav a:344)

at org.jivesoftware.openfire.gateway.BaseTransport.processPacket(BaseTransport.jav a:173)

at org.jivesoftware.openfire.component.InternalComponentManager$RoutableComponent. process(InternalComponentManager.java:490)

at org.jivesoftware.openfire.roster.Roster.broadcastPresence(Roster.java:590)

at org.jivesoftware.openfire.handler.PresenceUpdateHandler.broadcastUpdate(Presenc eUpdateHandler.java:258)

at org.jivesoftware.openfire.handler.PresenceUpdateHandler.process(PresenceUpdateH andler.java:100)

at org.jivesoftware.openfire.handler.PresenceUpdateHandler.process(PresenceUpdateH andler.java:88)

at org.jivesoftware.openfire.handler.PresenceUpdateHandler.process(PresenceUpdateH andler.java:151)

at org.jivesoftware.openfire.PresenceRouter.handle(PresenceRouter.java:123)

at org.jivesoftware.openfire.PresenceRouter.route(PresenceRouter.java:69)

at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:75)

at org.jivesoftware.openfire.SessionPacketRouter.route(SessionPacketRouter.java:13 4)

at org.jivesoftware.openfire.SessionPacketRouter.route(SessionPacketRouter.java:73 )

at org.jivesoftware.openfire.multiplex.MultiplexerPacketHandler.route(MultiplexerP acketHandler.java:164)

at org.jivesoftware.openfire.net.MultiplexerStanzaHandler.processRoute(Multiplexer StanzaHandler.java:89)

at org.jivesoftware.openfire.net.MultiplexerStanzaHandler.processUnknowPacket(Mult iplexerStanzaHandler.java:96)

at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:258)

at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:153)

at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:132)

at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived (AbstractIoFilterChain.java:703)

at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:362)

at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:54)

at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:800)

at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimplePr otocolDecoderOutput.java:62)

at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecF ilter.java:200)

at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:362)

at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:54)

at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:800)

at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java :266)

at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut orFilter.java:326)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 885)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)

at java.lang.Thread.run(Thread.java:619)

=) Well, I can safely say “that’s not happening to me”. I have been running with the MSN transport many days now for at least 8 hours a pop. What client are you using? The first two are related to GATE-306 which was reported earlier and -should- be ignorable. The last one appears to be related to an improper email address from registration. Not clear though. I’d have to see more logs that are around them (from debug logs).

for me it has also has not occurred on my test server. but on the live server it’s always the same. but there is a much different load (every ~ 1 second one login to msn).

i will try tomorrow to debug the 3. NPE - but i don’t expect that it has something to do with the fail after about 20 minutes.

ok, if have to better check the registration input in our client to avoid this problem. the problem also occurs in 1.1.0 beta2

so that can not be the reason, for the real problem.

same problem! with exactly same stack trace!

i have pointed that in debug log appars MSN: Msn session closed after some incomming message.

What’s the incoming message that came in before the session was closed?

The first two stack traces, btw, are do to something I didn’t account for in my code as logouts might be forced. (ie, the legacy service forces you off) You should be able to ignore them, even though I realize they are annoying and I’d like to get a 1.1.1 out soon to silence them amongst other things. However, I’d like to know more about what’s going on with this 20 minute logout.

the 20 minutes is not really represent this problem

this occured on some non standart incomming message i think.

i’ll post chunk from debug log a little later.

Ok thanks! I’ll keep an eye out for it.

sorry it a little bit too big. but it represents all process from login to transport till “msn session closed” :


 2007.08.13 21:33:25 Received iq packet: <iq id="abWB0-5" to="msn.wittai1.bb.netvision.net.il" from="otest2@wittai1.bb.netvision.net.il/Smack" type="set"><query xmlns="jabber:iq:register"><password>*********</password><username>otenti@hotmail.com</username></query></iq>
 2007.08.13 21:33:25 msn: Sending packet: <presence type="probe" to="otest2@wittai1.bb.netvision.net.il/Smack" from="msn.wittai1.bb.netvision.net.il"/>
 2007.08.13 21:33:25 Received presence packet: <presence id="abWB0-4" from="otest2@wittai1.bb.netvision.net.il/Smack" to="msn.wittai1.bb.netvision.net.il"><show>xa</show></presenc e>
 2007.08.13 21:33:25 A new session has come online: otest2@wittai1.bb.netvision.net.il/Smack
 2007.08.13 21:33:25 Created msn session for otest2@wittai1.bb.netvision.net.il/Smack as 'otenti@hotmail.com'
 2007.08.13 21:33:25 Creating MSN session for otenti@hotmail.com
 2007.08.13 21:33:25 Logging in to MSN session for otenti@hotmail.com
 2007.08.13 21:33:25 msn: Sending packet: <iq type="result" id="abWB0-5" from="msn.wittai1.bb.netvision.net.il" to="otest2@wittai1.bb.netvision.net.il/Smack"/>
 2007.08.13 21:33:25 Received presence packet: <presence id="abWB0-6" to="msn.wittai1.bb.netvision.net.il" from="otest2@wittai1.bb.netvision.net.il/Smack"/>
 2007.08.13 21:33:25 An existing resource has changed status: otest2@wittai1.bb.netvision.net.il/Smack
 2007.08.13 21:33:25 msn: contactAdded otest2:patsanjeka\40mail.ru@msn.wittai1.bb.netvision.net.il
 2007.08.13 21:33:25 Received presence packet: <presence id="abWB0-8" to="patsanjeka\40mail.ru@msn.wittai1.bb.netvision.net.il" from="otest2@wittai1.bb.netvision.net.il/Smack"/>
 2007.08.13 21:33:25 session 222 established
 2007.08.13 21:33:25 MSN: Session established for otenti@hotmail.com
 2007.08.13 21:33:25 session 222 sent message VER 1 MSNP11 CVR0
 2007.08.13 21:33:25 MSN: Session messageSent for otenti@hotmail.com : VER 1 MSNP11 CVR0
 2007.08.13 21:33:25 session 222 sent message CVR 2 0x0409 winnt 5.1 i386 MSNMSGR 8.1.0178 MSMSGS otenti@hotmail.com
 2007.08.13 21:33:25 MSN: Session messageSent for otenti@hotmail.com : CVR 2 0x0409 winnt 5.1 i386 MSNMSGR 8.1.0178 MSMSGS otenti@hotmail.com
 2007.08.13 21:33:25 session 222 sent message USR 3 TWN I otenti@hotmail.com
 2007.08.13 21:33:25 MSN: Session messageSent for otenti@hotmail.com : USR 3 TWN I otenti@hotmail.com
 2007.08.13 21:33:26 session 222 received message VER 1 MSNP11 CVR0
 2007.08.13 21:33:26 MSN: Session messageReceived for otenti@hotmail.com : VER 1 MSNP11 CVR0
 2007.08.13 21:33:26 session 222 received message CVR 2 8.1.0178 8.1.0178 8.0.0787 http://msgr.dlservice.microsoft.com/download/1/A/4/1A4FEB1A-18E0-423A-B898-F6974 02E4F7F/Install_Messenger.exe http://get.live.com
 2007.08.13 21:33:26 MSN: Session messageReceived for otenti@hotmail.com : CVR 2 8.1.0178 8.1.0178 8.0.0787 http://msgr.dlservice.microsoft.com/download/1/A/4/1A4FEB1A-18E0-423A-B898-F6974 02E4F7F/Install_Messenger.exe http://get.live.com
 2007.08.13 21:33:26 session 222 received message XFR 3 NS 207.46.111.48:1863 0 65.54.239.210:1863
 2007.08.13 21:33:26 session 222 closed
 2007.08.13 21:33:26 MSN: Session closed for otenti@hotmail.com
 2007.08.13 21:33:26 MSN: Session messageReceived for otenti@hotmail.com : XFR 3 NS 207.46.111.48:1863 0 65.54.239.210:1863
 2007.08.13 21:33:36 session 223 established
 2007.08.13 21:33:36 MSN: Session established for otenti@hotmail.com
 2007.08.13 21:33:36 session 223 sent message VER 1 MSNP11 CVR0
 2007.08.13 21:33:36 MSN: Session messageSent for otenti@hotmail.com : VER 1 MSNP11 CVR0
 2007.08.13 21:33:36 session 223 sent message CVR 2 0x0409 winnt 5.1 i386 MSNMSGR 8.1.0178 MSMSGS otenti@hotmail.com
 2007.08.13 21:33:36 MSN: Session messageSent for otenti@hotmail.com : CVR 2 0x0409 winnt 5.1 i386 MSNMSGR 8.1.0178 MSMSGS otenti@hotmail.com
 2007.08.13 21:33:36 session 223 sent message USR 3 TWN I otenti@hotmail.com
 2007.08.13 21:33:36 MSN: Session messageSent for otenti@hotmail.com : USR 3 TWN I otenti@hotmail.com
 2007.08.13 21:33:45 session 223 received message VER 1 MSNP11 CVR0
 2007.08.13 21:33:45 MSN: Session messageReceived for otenti@hotmail.com : VER 1 MSNP11 CVR0
 2007.08.13 21:33:46 session 223 received message CVR 2 8.1.0178 8.1.0178 8.0.0787 http://msgr.dlservice.microsoft.com/download/1/A/4/1A4FEB1A-18E0-423A-B898-F6974 02E4F7F/Install_Messenger.exe http://get.live.com
 2007.08.13 21:33:46 MSN: Session messageReceived for otenti@hotmail.com : CVR 2 8.1.0178 8.1.0178 8.0.0787 http://msgr.dlservice.microsoft.com/download/1/A/4/1A4FEB1A-18E0-423A-B898-F6974 02E4F7F/Install_Messenger.exe http://get.live.com
 2007.08.13 21:33:48 session 223 received message USR 3 TWN S lc=1033,id=507,tw=40,ru=http%3A%2F%2Fmessenger%2Emsn%2Ecom,ct=1187030145,kpp=1, kv=9,ver=2.1.6000.1,rn=07T6bHQL,tpf=c2eeb43ff48eeee9360ae763299d318c
 2007.08.13 21:33:48 MSN: Session messageReceived for otenti@hotmail.com : USR 3 TWN S lc=1033,id=507,tw=40,ru=http%3A%2F%2Fmessenger%2Emsn%2Ecom,ct=1187030145,kpp=1, kv=9,ver=2.1.6000.1,rn=07T6bHQL,tpf=c2eeb43ff48eeee9360ae763299d318c
 2007.08.13 21:33:51 session 223 sent message USR 4 TWN S t=9KYsggcehH!W1W8HpWuuClQ0!vxGTVr2lCSKWwIpM1Tes0JiUDp2RGaRhfeKlSe3MZnC1HndBc1m**GUnvA!spCwVpIJUwnWu37zfkRRmxpj5kRzozVo20eyJlXsNmPUkQo&p=9pangA**xNBMnYzXfYk**J6WLJ56Myyud4cRvx1FKMAnjxpZBYb120gEYYjIKMzx!ZGfo9gGo3EvoPHYaq!3zTnbS**Y1RSsHkflMMcgna2RIU9V0BTcxZZuk!4ugWvu0iMWzC2pbkMI!RD!!qLfUyyDhWrwuiEl272B1DtC9GT emp0g0FA3oRDQcFg$$
 2007.08.13 21:33:51 MSN: Session messageSent for otenti@hotmail.com : USR 4 TWN S t=9KYsggcehH!W1W8HpWuuClQ0!vxGTVr2lCSKWwIpM1Tes0JiUDp2RGaRhfeKlSe3MZnC1HndBc1m**GUnvA!spCwVpIJUwnWu37zfkRRmxpj5kRzozVo20eyJlXsNmPUkQo&p=9pangA**xNBMnYzXfYk**J6WLJ56Myyud4cRvx1FKMAnjxpZBYb120gEYYjIKMzx!ZGfo9gGo3EvoPHYaq!3zTnbS**Y1RSsHkflMMcgna2RIU9V0BTcxZZuk!4ugWvu0iMWzC2pbkMI!RD!!qLfUyyDhWrwuiEl272B1DtC9GT emp0g0FA3oRDQcFg$$
 2007.08.13 21:33:54 session 223 received message USR 4 OK otenti@hotmail.com 1 0
 2007.08.13 21:33:54 MSN: Login completed for otenti@hotmail.com
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : USR 4 OK otenti@hotmail.com 1 0
 2007.08.13 21:33:54 session 223 received message SBS 0 null
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : SBS 0 null
 2007.08.13 21:33:54 session 223 received message MSG Hotmail Hotmail 518
 ====================
 Chunk Debug
 ====================
 MIME-Version: 1.0
 Content-Type: text/x-msmsgsprofile; charset=UTF-8
 LoginTime: 1187030151
 EmailEnabled: 1
 MemberIdHigh: 425982
 MemberIdLow: -1640651763
 lang_preference: 1037
 preferredEmail:
 country: LA
 PostalCode:
 Gender:
 Kid: 0
 Age:
 BDayPre:
 Birthday:
 Wallet:
 Flags: 1073742915
 sid: 507
 MSPAuth: 9KYsggcehH!W1W8HpWuuClQ0!vxGTVr2lCSKWwIpM1Tes0JiUDp2RGaRhfeKlSe3MZnC1HndBc1m**GUnvA!spCwVpIJUwnWu37zfkRRmxpj5kRzozVo20eyJlXsNmPUkQo
 ClientIP: 212.143.147.82
 ClientPort: 36814
 ABCHMigrated: 1
 ====================
 Binary Chunk Debug
 ====================
 00000000h: 4D 49 4D 45 2D 56 65 72 73 69 6F 6E 3A 20 31 2E ; MIME-Version: 1.
 00000010h: 30 0D 0A 43 6F 6E 74 65 6E 74 2D 54 79 70 65 3A ; 0..Content-Type:
 00000020h: 20 74 65 78 74 2F 78 2D 6D 73 6D 73 67 73 70 72 ; text/x-msmsgspr
 00000030h: 6F 66 69 6C 65 3B 20 63 68 61 72 73 65 74 3D 55 ; ofile; charset=U
 00000040h: 54 46 2D 38 0D 0A 4C 6F 67 69 6E 54 69 6D 65 3A ; TF-8..LoginTime:
 00000050h: 20 31 31 38 37 30 33 30 31 35 31 0D 0A 45 6D 61 ; 1187030151..Ema
 00000060h: 69 6C 45 6E 61 62 6C 65 64 3A 20 31 0D 0A 4D 65 ; ilEnabled: 1..Me
 00000070h: 6D 62 65 72 49 64 48 69 67 68 3A 20 34 32 35 39 ; mberIdHigh: 4259
 00000080h: 38 32 0D 0A 4D 65 6D 62 65 72 49 64 4C 6F 77 3A ; 82..MemberIdLow:
 00000090h: 20 2D 31 36 34 30 36 35 31 37 36 33 0D 0A 6C 61 ; -1640651763..la
 000000a0h: 6E 67 5F 70 72 65 66 65 72 65 6E 63 65 3A 20 31 ; ng_preference: 1
 000000b0h: 30 33 37 0D 0A 70 72 65 66 65 72 72 65 64 45 6D ; 037..preferredEm
 000000c0h: 61 69 6C 3A 20 0D 0A 63 6F 75 6E 74 72 79 3A 20 ; ail: ..country:
 000000d0h: 4C 41 0D 0A 50 6F 73 74 61 6C 43 6F 64 65 3A 20 ; LA..PostalCode:
 000000e0h: 0D 0A 47 65 6E 64 65 72 3A 20 0D 0A 4B 69 64 3A ; ..Gender: ..Kid:
 000000f0h: 20 30 0D 0A 41 67 65 3A 20 0D 0A 42 44 61 79 50 ; 0..Age: ..BDayP
 00000100h: 72 65 3A 20 0D 0A 42 69 72 74 68 64 61 79 3A 20 ; re: ..Birthday:
 00000110h: 0D 0A 57 61 6C 6C 65 74 3A 20 0D 0A 46 6C 61 67 ; ..Wallet: ..Flag
 00000120h: 73 3A 20 31 30 37 33 37 34 32 39 31 35 0D 0A 73 ; s: 1073742915..s
 00000130h: 69 64 3A 20 35 30 37 0D 0A 4D 53 50 41 75 74 68 ; id: 507..MSPAuth
 00000140h: 3A 20 39 4B 59 73 67 67 63 65 68 48 21 57 31 57 ; : 9KYsggcehH!W1W
 00000150h: 38 48 70 57 75 75 43 6C 51 30 21 76 78 47 54 56 ; 8HpWuuClQ0!vxGTV
 00000160h: 72 32 6C 43 53 4B 57 77 49 70 4D 31 54 65 73 30 ; r2lCSKWwIpM1Tes0
 00000170h: 4A 69 55 44 70 32 52 47 61 52 68 66 65 4B 6C 53 ; JiUDp2RGaRhfeKlS
 00000180h: 65 33 4D 5A 6E 43 31 48 6E 64 42 63 31 6D 2A 47 ; e3MZnC1HndBc1m**G
 00000190h: 55 6E 76 41 21 73 70 43 77 56 70 49 4A 55 77 6E ; UnvA!spCwVpIJUwn
 000001a0h: 57 75 33 37 7A 66 6B 52 52 6D 78 70 6A 35 6B 52 ; Wu37zfkRRmxpj5kR
 000001b0h: 7A 6F 7A 56 6F 32 30 65 79 4A 6C 58 73 4E 6D 50 ; zozVo20eyJlXsNmP
 000001c0h: 55 6B 51 6F 0D 0A 43 6C 69 65 6E 74 49 50 3A 20 ; UkQo..ClientIP:
 000001d0h: 32 31 32 2E 31 34 33 2E 31 34 37 2E 38 32 0D 0A ; 212.143.147.82..
 000001e0h: 43 6C 69 65 6E 74 50 6F 72 74 3A 20 33 36 38 31 ; ClientPort: 3681
 000001f0h: 34 0D 0A 41 42 43 48 4D 69 67 72 61 74 65 64 3A ; 4..ABCHMigrated:
 00000200h: 20 31 0D 0A 0D 0A ; 1....
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : MSG Hotmail Hotmail 518
 ====================
 Chunk Debug
 ====================
 MIME-Version: 1.0
 Content-Type: text/x-msmsgsprofile; charset=UTF-8
 LoginTime: 1187030151
 EmailEnabled: 1
 MemberIdHigh: 425982
 MemberIdLow: -1640651763
 lang_preference: 1037
 preferredEmail:
 country: LA
 PostalCode:
 Gender:
 Kid: 0
 Age:
 BDayPre:
 Birthday:
 Wallet:
 Flags: 1073742915
 sid: 507
 MSPAuth: 9KYsggcehH!W1W8HpWuuClQ0!vxGTVr2lCSKWwIpM1Tes0JiUDp2RGaRhfeKlSe3MZnC1HndBc1m**GUnvA!spCwVpIJUwnWu37zfkRRmxpj5kRzozVo20eyJlXsNmPUkQo
 ClientIP: 212.143.147.82
 ClientPort: 36814
 ABCHMigrated: 1
 ====================
 Binary Chunk Debug
 ====================
 00000000h: 4D 49 4D 45 2D 56 65 72 73 69 6F 6E 3A 20 31 2E ; MIME-Version: 1.
 00000010h: 30 0D 0A 43 6F 6E 74 65 6E 74 2D 54 79 70 65 3A ; 0..Content-Type:
 00000020h: 20 74 65 78 74 2F 78 2D 6D 73 6D 73 67 73 70 72 ; text/x-msmsgspr
 00000030h: 6F 66 69 6C 65 3B 20 63 68 61 72 73 65 74 3D 55 ; ofile; charset=U
 00000040h: 54 46 2D 38 0D 0A 4C 6F 67 69 6E 54 69 6D 65 3A ; TF-8..LoginTime:
 00000050h: 20 31 31 38 37 30 33 30 31 35 31 0D 0A 45 6D 61 ; 1187030151..Ema
 00000060h: 69 6C 45 6E 61 62 6C 65 64 3A 20 31 0D 0A 4D 65 ; ilEnabled: 1..Me
 00000070h: 6D 62 65 72 49 64 48 69 67 68 3A 20 34 32 35 39 ; mberIdHigh: 4259
 00000080h: 38 32 0D 0A 4D 65 6D 62 65 72 49 64 4C 6F 77 3A ; 82..MemberIdLow:
 00000090h: 20 2D 31 36 34 30 36 35 31 37 36 33 0D 0A 6C 61 ; -1640651763..la
 000000a0h: 6E 67 5F 70 72 65 66 65 72 65 6E 63 65 3A 20 31 ; ng_preference: 1
 000000b0h: 30 33 37 0D 0A 70 72 65 66 65 72 72 65 64 45 6D ; 037..preferredEm
 000000c0h: 61 69 6C 3A 20 0D 0A 63 6F 75 6E 74 72 79 3A 20 ; ail: ..country:
 000000d0h: 4C 41 0D 0A 50 6F 73 74 61 6C 43 6F 64 65 3A 20 ; LA..PostalCode:
 000000e0h: 0D 0A 47 65 6E 64 65 72 3A 20 0D 0A 4B 69 64 3A ; ..Gender: ..Kid:
 000000f0h: 20 30 0D 0A 41 67 65 3A 20 0D 0A 42 44 61 79 50 ; 0..Age: ..BDayP
 00000100h: 72 65 3A 20 0D 0A 42 69 72 74 68 64 61 79 3A 20 ; re: ..Birthday:
 00000110h: 0D 0A 57 61 6C 6C 65 74 3A 20 0D 0A 46 6C 61 67 ; ..Wallet: ..Flag
 00000120h: 73 3A 20 31 30 37 33 37 34 32 39 31 35 0D 0A 73 ; s: 1073742915..s
 00000130h: 69 64 3A 20 35 30 37 0D 0A 4D 53 50 41 75 74 68 ; id: 507..MSPAuth
 00000140h: 3A 20 39 4B 59 73 67 67 63 65 68 48 21 57 31 57 ; : 9KYsggcehH!W1W
 00000150h: 38 48 70 57 75 75 43 6C 51 30 21 76 78 47 54 56 ; 8HpWuuClQ0!vxGTV
 00000160h: 72 32 6C 43 53 4B 57 77 49 70 4D 31 54 65 73 30 ; r2lCSKWwIpM1Tes0
 00000170h: 4A 69 55 44 70 32 52 47 61 52 68 66 65 4B 6C 53 ; JiUDp2RGaRhfeKlS
 00000180h: 65 33 4D 5A 6E 43 31 48 6E 64 42 63 31 6D 2A 47 ; e3MZnC1HndBc1m*G
 00000190h: 55 6E 76 41 21 73 70 43 77 56 70 49 4A 55 77 6E ; UnvA!spCwVpIJUwn
 000001a0h: 57 75 33 37 7A 66 6B 52 52 6D 78 70 6A 35 6B 52 ; Wu37zfkRRmxpj5kR
 000001b0h: 7A 6F 7A 56 6F 32 30 65 79 4A 6C 58 73 4E 6D 50 ; zozVo20eyJlXsNmP
 000001c0h: 55 6B 51 6F 0D 0A 43 6C 69 65 6E 74 49 50 3A 20 ; UkQo..ClientIP:
 000001d0h: 32 31 32 2E 31 34 33 2E 31 34 37 2E 38 32 0D 0A ; 212.143.147.82..
 000001e0h: 43 6C 69 65 6E 74 50 6F 72 74 3A 20 33 36 38 31 ; ClientPort: 3681
 000001f0h: 34 0D 0A 41 42 43 48 4D 69 67 72 61 74 65 64 3A ; 4..ABCHMigrated:
 00000200h: 20 31 0D 0A 0D 0A ; 1....
 2007.08.13 21:33:54 session 223 sent message SYN 5 0 0
 2007.08.13 21:33:54 MSN: Session messageSent for otenti@hotmail.com : SYN 5 0 0
 2007.08.13 21:33:54 session 223 received message SYN 5 2007-08-12T08:10:25.957-07:00 2007-08-12T13:46:01.793-07:00 2 1
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : SYN 5 2007-08-12T08:10:25.957-07:00 2007-08-12T13:46:01.793-07:00 2 1
 2007.08.13 21:33:54 session 223 received message GTC A
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : GTC A
 2007.08.13 21:33:54 session 223 received message BLP BL
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : BLP BL
 2007.08.13 21:33:54 session 223 received message PRP MFN otenti
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : PRP MFN otenti
 2007.08.13 21:33:54 session 223 sent message CHG 6 AWY 1342472236
 2007.08.13 21:33:54 MSN: Session messageSent for otenti@hotmail.com : CHG 6 AWY 1342472236
 2007.08.13 21:33:54 session 223 received message PRP MBE N
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : PRP MBE N
 2007.08.13 21:33:54 session 223 received message PRP WWE 0
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : PRP WWE 0
 2007.08.13 21:33:54 session 223 received message LSG General 2afc88f8-6e04-4e7d-bf7c-42adc899fc3f
 2007.08.13 21:33:54 MSN: Session messageReceived for otenti@hotmail.com : LSG General 2afc88f8-6e04-4e7d-bf7c-42adc899fc3f
 2007.08.13 21:33:58 session 223 received message LST N=gfdsa@gfdsa.org 10
 2007.08.13 21:33:58 MSN: Session messageReceived for otenti@hotmail.com : LST N=gfdsa@gfdsa.org 10
 2007.08.13 21:33:58 session 223 received message LST N=otenti@bzq-84-108-97-91.cablep.bezeqint.net 2
 2007.08.13 21:33:58 MSN: Contact list sync for otenti@hotmail.com
 2007.08.13 21:33:58 MSN: Session messageReceived for otenti@hotmail.com : LST N=otenti@bzq-84-108-97-91.cablep.bezeqint.net 2
 2007.08.13 21:33:58 session 223 received message MSG Hotmail Hotmail 289
 ====================
 Chunk Debug
 ====================
 MIME-Version: 1.0
 Content-Type: text/x-msmsgsinitialmdatanotification; charset=UTF-8
 Mail-Data: <MD><E><I>0</I><IU>0</IU><O>0</O&g t;<OU>0</OU></E><Q><QTM>409600</QTM><QNM& gt;204800</QNM></Q></MD>
 Inbox-URL: /cgi-bin/HoTMaiL
 Folders-URL: /cgi-bin/folders
 Post-URL: http://www.hotmail.com
 ====================
 Binary Chunk Debug
 ====================
 00000000h: 4D 49 4D 45 2D 56 65 72 73 69 6F 6E 3A 20 31 2E ; MIME-Version: 1.
 00000010h: 30 0D 0A 43 6F 6E 74 65 6E 74 2D 54 79 70 65 3A ; 0..Content-Type:
 00000020h: 20 74 65 78 74 2F 78 2D 6D 73 6D 73 67 73 69 6E ; text/x-msmsgsin
 00000030h: 69 74 69 61 6C 6D 64 61 74 61 6E 6F 74 69 66 69 ; itialmdatanotifi
 00000040h: 63 61 74 69 6F 6E 3B 20 63 68 61 72 73 65 74 3D ; cation; charset=
 00000050h: 55 54 46 2D 38 0D 0A 0D 0A 4D 61 69 6C 2D 44 61 ; UTF-8....Mail-Da
 00000060h: 74 61 3A 20 3C 4D 44 3E 3C 45 3E 3C 49 3E 30 3C ; ta: <MD><E><I>0<
 00000070h: 2F 49 3E 3C 49 55 3E 30 3C 2F 49 55 3E 3C 4F 3E ; /I><IU>0</IU><O>
 00000080h: 30 3C 2F 4F 3E 3C 4F 55 3E 30 3C 2F 4F 55 3E 3C ; 0</O><OU>0</OU><
 00000090h: 2F 45 3E 3C 51 3E 3C 51 54 4D 3E 34 30 39 36 30 ; /E><Q><QTM>40960
 000000a0h: 30 3C 2F 51 54 4D 3E 3C 51 4E 4D 3E 32 30 34 38 ; 0</QTM><QNM>2048
 000000b0h: 30 30 3C 2F 51 4E 4D 3E 3C 2F 51 3E 3C 2F 4D 44 ; 00</QNM></Q></MD
 000000c0h: 3E 0D 0A 49 6E 62 6F 78 2D 55 52 4C 3A 20 2F 63 ; >..Inbox-URL: /c
 000000d0h: 67 69 2D 62 69 6E 2F 48 6F 54 4D 61 69 4C 0D 0A ; gi-bin/HoTMaiL..
 000000e0h: 46 6F 6C 64 65 72 73 2D 55 52 4C 3A 20 2F 63 67 ; Folders-URL: /cg
 000000f0h: 69 2D 62 69 6E 2F 66 6F 6C 64 65 72 73 0D 0A 50 ; i-bin/folders..P
 00000100h: 6F 73 74 2D 55 52 4C 3A 20 68 74 74 70 3A 2F 2F ; ost-URL: /
 00000110h: 77 77 77 2E 68 6F 74 6D 61 69 6C 2E 63 6F 6D 0D ; www.hotmail.com.
 00000120h: 0A ; .
 2007.08.13 21:33:58 MSN: Session messageReceived for otenti@hotmail.com : MSG Hotmail Hotmail 289
 ====================
 Chunk Debug
 ====================
 MIME-Version: 1.0
 Content-Type: text/x-msmsgsinitialmdatanotification; charset=UTF-8
 Mail-Data: <MD><E><I>0</I><IU>0</IU><O>0</O&g t;<OU>0</OU></E><Q><QTM>409600</QTM><QNM& gt;204800</QNM></Q></MD>
 Inbox-URL: /cgi-bin/HoTMaiL
 Folders-URL: /cgi-bin/folders
 Post-URL: http://www.hotmail.com
 ====================
 Binary Chunk Debug
 ====================
 00000000h: 4D 49 4D 45 2D 56 65 72 73 69 6F 6E 3A 20 31 2E ; MIME-Version: 1.
 00000010h: 30 0D 0A 43 6F 6E 74 65 6E 74 2D 54 79 70 65 3A ; 0..Content-Type:
 00000020h: 20 74 65 78 74 2F 78 2D 6D 73 6D 73 67 73 69 6E ; text/x-msmsgsin
 00000030h: 69 74 69 61 6C 6D 64 61 74 61 6E 6F 74 69 66 69 ; itialmdatanotifi
 00000040h: 63 61 74 69 6F 6E 3B 20 63 68 61 72 73 65 74 3D ; cation; charset=
 00000050h: 55 54 46 2D 38 0D 0A 0D 0A 4D 61 69 6C 2D 44 61 ; UTF-8....Mail-Da
 00000060h: 74 61 3A 20 3C 4D 44 3E 3C 45 3E 3C 49 3E 30 3C ; ta: <MD><E><I>0<
 00000070h: 2F 49 3E 3C 49 55 3E 30 3C 2F 49 55 3E 3C 4F 3E ; /I><IU>0</IU><O>
 00000080h: 30 3C 2F 4F 3E 3C 4F 55 3E 30 3C 2F 4F 55 3E 3C ; 0</O><OU>0</OU><
 00000090h: 2F 45 3E 3C 51 3E 3C 51 54 4D 3E 34 30 39 36 30 ; /E><Q><QTM>40960
 000000a0h: 30 3C 2F 51 54 4D 3E 3C 51 4E 4D 3E 32 30 34 38 ; 0</QTM><QNM>2048
 000000b0h: 30 30 3C 2F 51 4E 4D 3E 3C 2F 51 3E 3C 2F 4D 44 ; 00</QNM></Q></MD
 000000c0h: 3E 0D 0A 49 6E 62 6F 78 2D 55 52 4C 3A 20 2F 63 ; >..Inbox-URL: /c
 000000d0h: 67 69 2D 62 69 6E 2F 48 6F 54 4D 61 69 4C 0D 0A ; gi-bin/HoTMaiL..
 000000e0h: 46 6F 6C 64 65 72 73 2D 55 52 4C 3A 20 2F 63 67 ; Folders-URL: /cg
 000000f0h: 69 2D 62 69 6E 2F 66 6F 6C 64 65 72 73 0D 0A 50 ; i-bin/folders..P
 00000100h: 6F 73 74 2D 55 52 4C 3A 20 68 74 74 70 3A 2F 2F ; ost-URL: /
 00000110h: 77 77 77 2E 68 6F 74 6D 61 69 6C 2E 63 6F 6D 0D ; www.hotmail.com.
 00000120h: 0A ; .
 2007.08.13 21:33:58 session 223 received message CHG 6 AWY 1342472236
 2007.08.13 21:33:58 Updating status  for TransportSession[otest2@wittai1.bb.netvision.net.il]
 2007.08.13 21:33:58 msn: Sending packet: <presence to="otest2@wittai1.bb.netvision.net.il" from="msn.wittai1.bb.netvision.net.il"><show>away</show></pre sence>
 2007.08.13 21:33:58 MSN: Session messageReceived for otenti@hotmail.com : CHG 6 AWY 1342472236
 2007.08.13 21:33:58 session 223 received message RNG 400588078 207.46.26.135:1863 CKI 23425393.222213179 gfdsa@gfdsa.org gfdsa
 2007.08.13 21:33:58 MSN: Session messageReceived for otenti@hotmail.com : RNG 400588078 207.46.26.135:1863 CKI 23425393.222213179 gfdsa@gfdsa.org gfdsa
 2007.08.13 21:33:58 session 224 sent message PNG
 2007.08.13 21:33:58 MSN: Session messageSent for otenti@hotmail.com : PNG
 2007.08.13 21:33:58 session 224 established
 2007.08.13 21:33:58 session 224 sent message ANS 1 otenti@hotmail.com 23425393.222213179 400588078
 2007.08.13 21:33:59 session 224 received message IRO 1 1 1 gfdsa@gfdsa.org gfdsa
 2007.08.13 21:33:59 session 224 received message ANS 1 OK
 2007.08.13 21:34:00 session 224 received message QNG 44
 2007.08.13 21:34:00 MSN: Got group MsnGroup: 0 Default group
 2007.08.13 21:34:00 MSN: Got group MsnGroup: 2afc88f8-6e04-4e7d-bf7c-42adc899fc3f General
 2007.08.13 21:34:00 MSN: Got contact MsnContact: gfdsa@gfdsa.org  gfdsa@gfdsa.org  gfdsa@gfdsa.org  gfdsa@gfdsa.org  OFFLINE 10
 2007.08.13 21:34:00 MSN: Got contact MsnContact: otenti@bzq-84-108-97-91.cablep.bezeqint.net  otenti@bzq-84-108-97-91.cablep.bezeqint.net  otenti@bzq-84-108-97-91.cablep.bezeqint.net  otenti@bzq-84-108-97-91.cablep.bezeqint.net
 -- 2007.08.13 21:34:00 Syncing Legacy Roster: [--
 2007.08.13 21:34:00 MSN: Session messageReceived for otenti@hotmail.com : QNG 44
 2007.08.13 21:34:06 session 224 received message MSG gfdsa@gfdsa.org gfdsa 572
 ====================
 Chunk Debug
 ====================
 MIME-Version: 1.0
 Content-Type: application/x-msnmsgrp2p
 P2P-Dest: otenti@hotmail.com
 ?5? ? ? INVITE MSNMSGR:otenti@hotmail.com MSNSLP/1.0
 To: <msnmsgr:otenti@hotmail.com>
 From: <msnmsgr:gfdsa@gfdsa.org>
 Via: MSNSLP/1.0/TLP ;branch={4EAE5C88-A4BF-74B3-AE6F-8C17275B3C96}
 CSeq: 0
 Call-ID: {141B7C23-951D-5E43-91AC-AA76651F9AE7}
 Max-Forwards: 0
 Content-Type: application/x-msnmsgr-sessionreqbody
 Content-Length: 99
 EUF-GUID: {A4268EEC-FEC5-49E5-95C3-F126696BDBF6}
 SessionID: 1936265677
 AppID: 1
 Context: MA
 ====================
 Binary Chunk Debug
 ====================
 00000000h: 4D 49 4D 45 2D 56 65 72 73 69 6F 6E 3A 20 31 2E ; MIME-Version: 1.
 00000010h: 30 0D 0A 43 6F 6E 74 65 6E 74 2D 54 79 70 65 3A ; 0..Content-Type:
 00000020h: 20 61 70 70 6C 69 63 61 74 69 6F 6E 2F 78 2D 6D ; application/x-m
 00000030h: 73 6E 6D 73 67 72 70 32 70 0D 0A 50 32 50 2D 44 ; snmsgrp2p..P2P-D
 00000040h: 65 73 74 3A 20 6F 74 65 6E 74 69 40 68 6F 74 6D ; est: otenti@hotm
 00000050h: 61 69 6C 2E 63 6F 6D 0D 0A 0D 0A 00 00 00 00 C0 ; ail.com........?
 00000060h: 35 8E 05 00 00 00 00 00 00 00 00 AD 01 00 00 00 ; 5?.........?....
 00000070h: 00 00 00 AD 01 00 00 00 00 00 00 00 00 00 00 00 ; ...?............
 00000080h: 00 00 00 00 00 00 00 00 00 00 00 49 4E 56 49 54 ; ...........INVIT
 00000090h: 45 20 4D 53 4E 4D 53 47 52 3A 6F 74 65 6E 74 69 ; E MSNMSGR:otenti
 000000a0h: 40 68 6F 74 6D 61 69 6C 2E 63 6F 6D 20 4D 53 4E ; @hotmail.com MSN
 000000b0h: 53 4C 50 2F 31 2E 30 0D 0A 54 6F 3A 20 3C 6D 73 ; SLP/1.0..To: <ms
 000000c0h: 6E 6D 73 67 72 3A 6F 74 65 6E 74 69 40 68 6F 74 ; nmsgr:otenti@hot
 000000d0h: 6D 61 69 6C 2E 63 6F 6D 3E 0D 0A 46 72 6F 6D 3A ; mail.com>..From:
 000000e0h: 20 3C 6D 73 6E 6D 73 67 72 3A 67 66 64 73 61 40 ; <msnmsgr:gfdsa@
 000000f0h: 67 66 64 73 61 2E 6F 72 67 3E 0D 0A 56 69 61 3A ; gfdsa.org>..Via:
 00000100h: 20 4D 53 4E 53 4C 50 2F 31 2E 30 2F 54 4C 50 20 ; MSNSLP/1.0/TLP
 00000110h: 3B 62 72 61 6E 63 68 3D 7B 34 45 41 45 35 43 38 ; ;branch={4EAE5C8
 00000120h: 38 2D 41 34 42 46 2D 37 34 42 33 2D 41 45 36 46 ; 8-A4BF-74B3-AE6F
 00000130h: 2D 38 43 31 37 32 37 35 42 33 43 39 36 7D 0D 0A ; -8C17275B3C96}..
 00000140h: 43 53 65 71 3A 20 30 0D 0A 43 61 6C 6C 2D 49 44 ; CSeq: 0..Call-ID
 00000150h: 3A 20 7B 31 34 31 42 37 43 32 33 2D 39 35 31 44 ; : {141B7C23-951D
 00000160h: 2D 35 45 34 33 2D 39 31 41 43 2D 41 41 37 36 36 ; -5E43-91AC-AA766
 00000170h: 35 31 46 39 41 45 37 7D 0D 0A 4D 61 78 2D 46 6F ; 51F9AE7}..Max-Fo
 00000180h: 72 77 61 72 64 73 3A 20 30 0D 0A 43 6F 6E 74 65 ; rwards: 0..Conte
 00000190h: 6E 74 2D 54 79 70 65 3A 20 61 70 70 6C 69 63 61 ; nt-Type: applica
 000001a0h: 74 69 6F 6E 2F 78 2D 6D 73 6E 6D 73 67 72 2D 73 ; tion/x-msnmsgr-s
 000001b0h: 65 73 73 69 6F 6E 72 65 71 62 6F 64 79 0D 0A 43 ; essionreqbody..C
 000001c0h: 6F 6E 74 65 6E 74 2D 4C 65 6E 67 74 68 3A 20 39 ; ontent-Length: 9
 000001d0h: 39 0D 0A 0D 0A 45 55 46 2D 47 55 49 44 3A 20 7B ; 9....EUF-GUID: {
 000001e0h: 41 34 32 36 38 45 45 43 2D 46 45 43 35 2D 34 39 ; A4268EEC-FEC5-49
 000001f0h: 45 35 2D 39 35 43 33 2D 46 31 32 36 36 39 36 42 ; E5-95C3-F126696B
 00000200h: 44 42 46 36 7D 0D 0A 53 65 73 73 69 6F 6E 49 44 ; DBF6}..SessionID
 00000210h: 3A 20 31 39 33 36 32 36 35 36 37 37 0D 0A 41 70 ; : 1936265677..Ap
 00000220h: 70 49 44 3A 20 31 0D 0A 43 6F 6E 74 65 78 74 3A ; pID: 1..Context:
 00000230h: 20 4D 41 0D 0A 0D 0A 00 00 00 00 00 ; MA.........
 2007.08.13 21:34:06 session 224 closed
 2007.08.13 21:34:06 session 224 closed
 2007.08.13 21:34:06 MSN: Session closed for -

mailto:otenti@hotmail.com
-


as you can see afrer incoming message form mailto:gfdsa@gfdsa.org (he using kopete client) transport has closed session. but the second problem that it is still appears as connected in roster.

=( You should probably change your MSN password immediately. It was at the top of that debug log.

(you may want to email full logs to me directly) Either way, Still looking over the logs. Trying to track what’s going on there.

Ok, that ‘closed’ session looks like it’s actually just a peer to peer session that was opened and then closed. In other words, session 223 is the main session you are looking at, where 224 is a direct peer to peer session that was opened up with the MSN client on the other end. What happens after 224 is closed? Does the XMPP user lose their MSN connection?

after this “session closed message” every attempt to send message via this msn transport throws exception listed in the first message of this thread.But in gateways registrations in web admin it looks like connected. also presence of this transport staing Type.available.

i notised that if i`m creating new msn messenger account . with empty contact list : so there no any incoming messages during login - so my msn transport works just fine.

P.S.

also if you want - you can use this msn account to regenerate this fault.

If you wouldn’t mind, I’d love to give it a shot! Would you email me the username and password so I can try it? (cross your fingers that the same thing occurs for me ;D ) A private message on here would work as well btw.

pm sent

Thanks! I’ll give it a whirl a little later in the morning and get back to you.

banging head on desk

Guess what. Works perfectly fine for me. I added one of my test accounts to your account. We had a demo conversation. I closed the “session” (so that I saw exactly the same thing in the logs that you do). Started up a new conversation. Messages all got through just fine. Everything worked like a charm. =/ So what’s the next step? Not sure yet. I didn’t see anything wrong with your logs you sent nor did I see anything wrong in my own test. Can you run through the exact steps it took you to demonstrate it with me real quick?

intresting )

look i`m using smack api to connect to openfire and send messages.

maybe better to look at my code ?

Actually… yeah maybe! At least I can figure out the precise procedure you are going though. (hopefully) Would you mind pointing me at it/sending it to me?

Have the same issue here, with every user… 20 minutes, idle or not, they get dropped from MSN. I think I’m going to have to go back to an eariler version of this plugin before they lynch me. Also, I’ve replicated this issue with Pandion at my desk.

Help??

Also a couple people are getting the “MSN Transport” in their msn list… No contacts, just this one called “MSN Transport”. I just got it on my workstation after going from Pandion to Spark…