BuddyList help

Hey can any1 help me on how exactly I get the buddylist. Like is it possible to get all the buddies that are currently on and add them to say a vector and then parse the vector and put them in a Jlist on the gui side?

Difference between these states

Hi,

Thanks for pointing out that it isn't well-documented.

_WillShutdown means the AccSession is online and SignOff() was called. It's primarily useful for plugins that need to do some cleanup that requires an online AccSession (e.g., flush a send buffer).
_Shutdown means SignOff() was called and the AccSession is no longer online.

Thanks.