Thanks for the quick response!
1) Ah, excellent. So the documentation just doesn't have this in there
yet, then? I'm looking under Session in the docs and I don't see it,
but I see addBuddy in the source. Are there undoc'd methods for
modifying the buddy list? Like addGroup, removeGroup, renameGroup,
moveBuddy?
2) Awesome, I totally agree that being able to upload a custom image
for the icon is a smart way to go. I know at least for me and pretty
much everyone I know we use custom icons (mostly headshots of us.)
Will the API allow for a custom file reference UI? For instance, say I
wanted to implement AIR's drag and drop to select the file, then let
the user make some modification in my app to the image or resize it in
AIR, save the image to a temp file and upload that when ready?
3) Okay, I get it now. Yes, I like how AIM Express decouples the away/
status messages from the states. So, from the API, if I setStatusMsg,
then I setState to away with a message, then I setState back to
available, would the status message still be there, or would it be
cleared? In other words, is status message basically persistent across
all states, but overwritten by the away message when in the away
state?
4) That's really cool, I've not heard of comet before. Pretty clever!
So, as I'm looking at the WIM API reference it looks quite
comprehensive. As I understand, wimas3 is an AS3 implementation that
takes care of all the details for you to interact with this API (an
API for an API :)), but it's still a work in progress so not all the
WIM API's are there yet. Sounds like it's under very active
development. Is there a roadmap for allowing file transfers? Will
Video and Audio chat every be available?
This project is really exciting. I'm an old school Flash designer/
developer and just always wanted to make my own personal just-the-
stuff-I-need AIM client. Right now I use Trillian and Pidgen, between
the two they almost do all I want, neither do by themself, and they
both do a ton more than I want (I don't really need other networks
than AIM for one thing.) So, thanks!
- Aaron
On Nov 13, 11:51 am, "Rizwan Sattar" <
rsat...@gmail.com> wrote:
> Hi Aaron!
>
> Thanks for the questions. See inline for my answers.
>
> Great question! wimas3 uses a "comet" technique (Check outhttp://
en.wikipedia.org/wiki/Comet_(programming) andhttp://
alex.dojotoolkit.org/2006/03/comet-low-latency-data-for-the-br...)