Anyone else having problems modifying groups for transports in Spark?

I’ve frozen 1.1.2 but we’ll get it into 1.1.3. (it’s already a drastic improvement over previous versions) BTW I found a major bug in the AIM handling code that I fixed for 1.1.3 already so that’ll be good. ;D I’m looking back at your patch and such.

hy,

moving yahoo buddies, do some crazy things. like that:

2007.08.29 21:19:16 yahoo: contactUpdated test:notz0@yahoo.test.im

2007.08.29 21:19:16 TransportBuddy: Triggering contact update for

2007.08.29 21:19:16 TransportBuddy: Triggering contact update for

2007.08.29 21:19:16 Yahoo: Adding contact notz0 to non-existent group Transport Buddies

2007.08.29 21:19:16 Yahoo: Removing contact notz0 from group office - graz

2007.08.29 21:19:16 Yahoo: Adding contact notz0 to non-existent group Transport Buddies

2007.08.29 21:19:16 Yahoo: Removing contact notz0 from group office - graz

2007.08.29 21:19:16 yahoo: contactUpdated test:notz0@yahoo.test.im

2007.08.29 21:19:16 TransportBuddy: Triggering contact update for

2007.08.29 21:19:16 Yahoo: Adding contact notz0 to non-existent group office - wien

2007.08.29 21:19:16 Yahoo: Removing contact notz0 from group office - graz

2007.08.29 21:19:16 Magic:YMSG Version:0 Length:6 Service:CONTACTNEW Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:16 java.lang.NullPointerException

2007.08.29 21:19:17 Magic:YMSG Version:12 Length:59 Service:FRIENDADD Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 Magic:YMSG Version:12 Length:59 Service:FRIENDADD Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 Magic:YMSG Version:0 Length:6 Service:CONTACTNEW Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 Magic:YMSG Version:0 Length:47 Service:FRIENDREMOVE Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 Magic:YMSG Version:0 Length:47 Service:FRIENDREMOVE Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 Magic:YMSG Version:0 Length:6 Service:CONTACTNEW Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 Magic:YMSG Version:12 Length:55 Service:FRIENDADD Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 java.lang.NullPointerException

2007.08.29 21:19:17 java.lang.NullPointerException

2007.08.29 21:19:17 Magic:YMSG Version:0 Length:6 Service:CONTACTNEW Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 Magic:YMSG Version:0 Length:47 Service:FRIENDREMOVE Status:1 SessionId:0xffffffffe6816949

2007.08.29 21:19:17 java.lang.NullPointerException

/code

my first question - do we need the pseudo roster?

Yeah the yahoo buddy support is indeed known to have some minor issues. (like crazy amounts of auth requests for example) That said, there’s a lot of improvements I’m working on at the moment to that code. Mostly stuff that I couldn’t do in jYMSG that I can in fact do with OpenYMSG. =D The use of the pseudo roster was to store nicknames which didn’t appear to exist in Yahoo land. However, OpenYMSG seems to have support for such things so… we might be able to stop using pseudoRoster for yahoo. (yay!) Anyway, stay tuned. =) Code in progress. hehe