Menu

Contact status not correct after init

Help
Rand
2006-06-10
2013-04-29
  • Rand

    Rand - 2006-06-10

    I am attempting to use the JML library to add MSN functionality to my messenger and am having a problem with the contactListInitCompleted event.  All contacts have a status of FLN/OFFLINE even after this event has fired.

    Status changes are correctly identified, but the initial status of contacts in the contact list is not correct.  Any suggestions?

     
    • Rand

      Rand - 2006-06-10

      I tested this with the example application, and it is also the case there.  The contactListInitComplete is firing before the INL messages are received.  I have solved this by having incoming ILN messages fire contactStatusChanged events by adding the following line to <code>IncomingILN.messageReceived</code>:

      <code>
      ((AbstractMessenger) session.getMessenger()).fireContactStatusChanged(contact);
      </code>

       
      • Dawie Malan

        Dawie Malan - 2007-01-17

        Any progress on this issue? It's quite a show-stopper for us...

         
    • Daniel Henninger

      I'm going to be applying your patch here to the base code soonish. =)  BTW, thanks for posting this!  I ran into this problem when I started working on this and your patch did the trick!

       
    • Jonathan A

      Jonathan A - 2006-12-12

      This is still a problem, so per Daniel's reequest I have posted a bug:

      http://sourceforge.net/tracker/index.php?func=detail&atid=682289&aid=1613652&group_id=118829

       
    • Ian

      Ian - 2007-01-17

      If you will get the contact changes properly, you can always make your own contact list that's having the right contact states :) For me the current set works.

      Sincerelly, Ian

       
    • PsyMonkey

      PsyMonkey - 2007-01-18

      I have the same problem, but i also don't seem to get any status changes form the msn side.  Is there anyone that have figured a way around this one?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.