Yahoo! transport works in a improper actions

Here is my env Windows XP, Openfire 3.6.4 (deployed with embedded DB) ,Kraken IM Gateway 1.1.2, Spark 2.5.8

1) Sometimes I could login using yahoo account but buddy list cannot fetch, the error message is:

Exception in thread "Thread-26" java.lang.NullPointerException

                at ymsg.network.Session.getGroups(Unknown Source)

                at net.sf.kraken.protocols.yahoo.YahooSession.syncUsers(YahooSession.java:200)

                at net.sf.kraken.protocols.yahoo.YahooSession$1.run(YahooSession.java:109)

C2S - RECV (8947790): 

 

I check out the trunk code, and find that getGroups() has been abandoned, but in 1.1.2 and 1.1.4a it is still there.

So, will the latest release fix the case or the trunk code is the-bug-free to build a stable package?

2) After login using Yahoo account, I cannot chat with my buddies using MSN, but they could send me message sometimes.

Any one encountered this?

Thanks,


 

Re: Yahoo! transport works in a improper actions

getGroups did existi in that version of the library

                at ymsg.network.Session.getGroups(Unknown Source)

 

But yeah, groups are bizarre atm.  Trunk has a lot of fixes for Yahoo -- 1.1.3 does too I think.  Are you still seeing this in 1.1.3?

Re: Yahoo! transport works in a improper actions

Yeah, I think there are some improvement in 1.1.3. However, the weird thing is that the group information is unstable most of times of first registration. After re-login IM client, the groups is shown.