AIM Web Chat

Yesterday someone on campus introduced me to a new version of our web chat powered by Userplane. Mike and his team did a great job on making a smooth and easy to use web chat application. Just log in with an AIM identity, and choose a room you want to join, or even better just join in the chat mixer, which is one giant room where anything goes. Once you get into the chat room, you can see the previous conversation so you can catch up on what you have missed. There is also the ability to broadcast a video image from your video camera or audio from your mic. Check it out.

AIM Mailbag Part II

Last time on AIM Mailbag, we covered versioning, mobile privacy, colorizing screen names and of course the Mac AIM experience (or lack thereof)…and now the mailbag conclusion.

Q: What are some of the new key features being implemented in the upcoming versions of AIM?

A: I always love these questions, but hate answering them because plans are always changing but in addition since this is a public forum, I cannot share all my cards. With that being said, we continue to make important improvements in connectivity both with regards to just signing in through all sorts of network topology as well as for p2p activities like live audio and video. I think you will see improvements in how developers can interact with the client via plugins, which means that users will have cool add ons and extensions to make their AIM experience more fun. Tighter integration with mobile messaging is in the works, as well as handling all different types of mobile data. Like I said, it is not fun being vague, but we are working on some good stuff that will definitely get you excited in using AIM.

Q: Is AIM coming any closer to being inter operable with GTalk?

A: I was asked this same question in Dublin at MashupCamp a few weeks ago, and I will give the same answer. Both of us continue to work on an interop solution and when there is more to share you know you will be able to find it on this blog.

Q: There haven’t been a lot of AIM custom clients. Are you planning to introduce any yourselves?

A: My team is not actively writing any new custom clients, we have AIM Lite, however we have numerous partners who are writing custom clients right now. I am not sure how many full feature AIM clients you will see on Windows, but other platforms are actively being worked upon. Hopefully our partners will be sharing some news real soon.

Here is a quick list of some custom clients:

– AIM

– AIM Lite

– AIM Pro

– Playlinc

– PCD Lounge

Q: My AIM MusicLink is still not working at all it will not show what song i am listening to through iTunes, WMP 11, or Yahoo Music Jukebox.

A: I have to say this one issue has baffled me. Here is what I am guessing is going on, first if you set yourself away and are expecting MusicLink to work, it will listen for your music, but updating the status will not work. Second, if you have installed iTunes in a directory other than the default path (c:program filesitunes) then MusicLink will not work because we need to import the interfaces to access the iTunes API. So if you have iTunes installed in a path other than the default please point it to the default and then all should work. For the other players I have tested against the latest WMP and Yahoo Music Jukebox as well as 10 of my independent testers and we have not been able to reproduce this case unless we are set as away. If you are experiencing problems what would help beyond AIM version and media player version is to make sure you note what your status is (away, idle, invisible, mobile, etc), and if you are signed in on multiple locations.

Q: Who is AIM’s chief software architect?

A: I never comment on personnel here at AOL, but from the Open AIM SDK point of view I am the lead evangelist/dev guy for Open AIM, thus the reason you will see me at conferences, etc.

Q: What do you and people from AIM dev and IM-Host dev team think about alternative clients that use directly OSCAR protocol, not AIMCC?

A: Interesting question. For those who do not know, OSCAR is AIM’s proprietary protocol for communication. OSCAR is very complex and has lots of antiquated and unused things in it, some of which are specific to AOL clients going back to AOL 5.0, and some of which are deprecated. Much like the reason why we did not open up the low layer libraries in AIM known as COOL, we feel like from an elegance and simplicity view, the Web AIM APIs and AIMCC provide a more manageable way of writing clients. In addition, things like libPurple and other libraries do not always interact with the protocol properly. Anyone notice that their buddy lists are not always displayed properly or that Adium does not do file transfer properly? As we evolve the protocol obviously things like Web AIM and AIMCC incorporate the changes immediately, while the unofficial libraries are slow to get these changes if at all.

AIM Mailbag Part I

I got a lot of questions, both on the blog and via the Wimzi widget on the right side of the blog, as a result I am going to break down the Mailbag in to two parts. Thanks for all the questions, and remember you can always ask questions not just when I am doing a mailbag. On with the questions:

Q: Could there be a way to have for privacy reasons the Cell/Mobile Icon be a preference where you can shut it off on your own will when connecting via mobile.

A: There is a preference in the Privacy Settings (AIM Buddy List Menu: Edit | Settings) to allow, or not allow others to see that you are mobile. If you uncheck that box, people will not see the icon. However if you are forwarding your IMs this preference will not work, so what happens when you set up mobile forwarding, is that you have an option of adding a group that can only send you IMs. This is accessible in the Mobile Settings accessible in the same way that Privacy Settings can be accessed. When the group is added to your buddy list, you can add buddies to the group, and only those buddies will see you online as mobile and be able to IM you. Here is the Mobile Preference window:

Q: Beta testers have been asking for actually colorized Screennames in their buddylists… like a buddy sound call it a buddy color. I am sure there is alot of technical issues to work out on that.

A: We actually have this in the API, in the IAccBartItem interface under the prop AccBartItemType_RichName. The only client that supports this is the AOL 9.0 client in both displaying the text and setting the text. What is interesting about this code is that it is very complex and a maintenance nightmare. I actually had the task of reverse engineering the protocol for this feature to support it in OpenAIM, and it was no picnic. In any case here is a screen capture of what custom colorized Screen Names in the Buddy List looks like in AOL:

I am not sure if we will ever add this to AIM/ICQ, but if we do, it will be different from the way AOL did it.

Q: You are probably sick of hearing the quesion…Is there any new info you can give on AIM for Mac?

A: (No I am not sick of hearing this question as I type from my MacBook Pro) 😉 In case you are not aware Open AIM has a full API available on Mac (Linux and Win Mobile as well). The Mac SDK contains a full Mac AIM client written by one of the engineers on my team, the only issue is that you have to compile it yourself via XCode. I am very confident that by the end of the year at the latest I will be able to share some news regarding a Mac Client.

Q: Why did you do aim 6.5 refresh instead of just going to aim 6.6 and also how come you skipped 6.2,3, and 4?

A: I wish I could say we engineers decide on version numbers for the client releases we do, but we do not. In the old days when I first started on AIM during AIM 2.5, we, the engineers, definitely tried to control the versioning based on features we added and bugs we fixed. So when we did bug fixes and minor features we would increment in tenths (AIM 3.0 to AIM 3.1). If we did a major release like when we moved to host based buddy lists we incremented by the whole number (AIM 3.5 to 4.0). In the case of Open AIM, my team chooses version numbers based on when we modify or add to the interfaces. For example when we release multiple versions of Open AIM 1.3 the differences are non-interface changes (mainly bug fixes). For the client, there is no exact reason why we skip version numbers, it may be related to business/marketing or technical reasons.

So that is the mailbag for tonight, I will get to more questions tomorrow where we will cover new features, GTalk, custom clients and the always popular why will my AIM MusicLink not work.

Post Thanksgiving Thoughts

A quick post today on some developments over the weekend. First, we continue to research with Microsoft the Vista issue, though as I mentioned in the post last week, all indications are that this issue is not related to AIM. For the user who reported that un-installing Vista Update (KB94169), are you sure that it is in fact the correct update? My research shows that KB94169 is a patch for Windows 3.x for “IBM 4226 Printer Emulation.” If we can get that actual patch ID we would definitely appreciate it, as would the engineers in Redmond.

I have been getting a lot of feedback on AIM Music Link which is terrific. I have been looking into reported issues with Yahoo Jukebox, iTunes 7.5 and Windows Media Player 11. I am unable to reproduce the problem that status does not update. The only thing I can think of is that you may be away when playing the song. I have seen issues where status will not update when you are away.

For the person asking if I could add support for Zune, I spent a hour this afternoon looking into this, and have not found any API associated with the Zune Media Player version 2.1.888.0. I even looked into screen scraping the song, and so far no luck. If someone has figured this out, please share, and I will definitely add the support.

Lastly, I want to do a mailbag this week, so if you have questions you would like answered about AIM, Open AIM, or just general questions about social networking and media, please just leave a comment below, and I will get to as many of the questions as I can.

Happy Turkey Day

Thanksgiving Day is here and while I am not going to make a whole blog post on “what I am thankful for,” I do want to thank Ted Leonsis for some Caps tickets on Monday night. The Caps stink, but the game provided an opportunity for one of the AIM Product Managers to get up on the JumboTron not once but twice. First she competed in a contest, which she won thanks to high crowd approval ratings, then she managed to get on the “Kiss Cam.” Ryan you represented yourself and AIM proudly, and provided a bunch of good laughs.

One item that caught my attention on Facebook yesterday is a new application called AIM Buddy Info. You can check it out on my Facebook profile here. The application will show status icon, status message, buddy icon and buddy info. There are some settings associated with it so if you do not want to expose some of the features that is possible. This is definitely a great way to share AIM information in Facebook.

Mashup Help

I am a big proponent of mashups, both in music and in technology. In music, nothing beats a great rock anthem mixing it up with some hip-hop, ala Jay-Z and Linkin Park years ago. In the technology world, taking two things that were not designed to go together, and make it work, is actually kind of cool. To make Flickr work with AIM is definitely something we never had intended. In fact mashing up a COM based API and make it work with Javascript is very “Frankenstein-ish, no way engineers at Microsoft thought about that when they started writing COM/ATL years ago.”

Those who have followed my blog and what I am doing on AIM, and AOL knows that I have written a lot of code that mashes up not only AOL properties but other stuff out on the web. I have sporadically shared my code with you on the old blog, and now I want to give everyone a better access to the stuff I have written. I have set up a page where you can view the code I have written and some tutorials I have given. You can check out the page here. Use the code as a reference to help build mashups of your own with AIM and the AIM network. I will be adding some samples up on the website in the near future.

Tiny Buddy version 3.20 and AIM Fight Widget

One of the most common question I get is what are we doing with operating systems other than Windows. Most people know that the AIM core platform that my team writes is cross platform, in other words it works on Mac, Linux, and Windows Mobile operating system, and of course Windows. Even better from a cross-platform point-of-view are the Web AIM APIs, which will work everywhere.

With this in mind here are two Apple related releases to check out. The first one, TinyBuddy, is not new, but definitely a helpful little application for iPhone and iPodTouch to send quick IMs to people without incurring the SMS charges. The latest TinyBuddy version 3.20, has the following improvements:

  • Better performance for large buddy lists.
  • One less prompt on sign-in and first IM sent.
  • Better status message display (previously it did not show status messages, just away messages).
  • Better information if you are signed off because Mobile Safari suspended the page for too long (happens if you switch to another application or web page).
  • Uses Dojo 1.0 for the JavaScript toolkit.

You can check out TinyBuddy here: http://x.aim.com/ty/

Last week there was an article written by John Fronckowiak, about how he built a Mac OS X Dashboard Widget for AIM Fight. Using the AIM Fight interface John built a very slick widget that not only allows you to easily fight other SNs but also shows fighting history. Check it out here: http://www.apple.com/downloads/dashboard/justforfun/aimfight.html

Early Thoughts on Hulu

I received my Hulu.com invitation a couple of days ago and I thought I would share my initial thoughts on the technology, content and usability. First lets review what Hulu is. Hulu is a web site that is a joint venture between NBC and Fox where they distribute free ad supported video content that they own.

  • Technology – Hulu is using Flash as the video player and as a result works great on Windows in Firefox or IE, and on a Mac in Safari. The player is widescreen format and the player can be popped out or made to be full screen. To use the site, I had to log in, and enter in basic profile information. This enables the ability to save viewing history and to add videos to a playlist. Both of these lists can be viewed as an RSS feed.
  • Content – I was really skeptical of what was going to be offered, but was really surprised by what I found. Not only was there The Office and Family Guy, but I also found shows like Arrested Development and even Hill Street Blues. The real disappointment is that only some episodes are up on the site. Maybe they will add missing seasons or episodes at a later date, but until then, there are other sources online to find this content.
  • Usability – Another pleasant surprise was how easy the player is to use, but also what features the player has. There is a simple one click info button that pops up show information including description and original air date. In addition there is a simple button to help you embed the video in a webpage.

So the unknown quotient is the advertising. The player looks like it shows when the ad break would occur, yet I saw ads get injected at other times as well. In my opinion Hulu will play well with the mainstream crowd, but as is usually the case advance users will want to take the content with them and that means finding that content via other sources.

AIM 6.5 Remix

Yesterday we released a new version of AIM 6.5, version 6.5.7.13. In this release we cleaned up the install experience, modified the buddy info window so you can view more of the user profile, and added a simple Hot Searches module at the bottom of the buddy list. There were a bunch of bug fixes we made for this release. Check it out, and as always we love the feedback.

NOTE: I have updated the comments in this post with regards to the Vista related bugs in AIM 6.5, including some links to Microsoft message boards as well as AIM’s message boards that may help explain what people are seeing and doing to help the situation.

New TwitterMan and Colorizer is Fixed!

I am releasing a new version of TwitterMan version 3.0 that works seemlessly in AIM 6.5. The widget, will listen for when your status updates in the AIM 6.5 client, and if you are authenticated to Twitter, will automatically update with the new status. If you are not authenticated, then the plugin will prompt you for Twitter authentication, then store the credentials for the lifetime of the session. The widget can be downloaded here, and as always feedback is appreciated. This plugin works with AIM 6.5 and better.

Many people have been pinging me this week asking why the Colorizer plugin stopped working. Well we hit the monthly rate limit on the key, which happens to be 2 Million sessions. So first thanks to everyone who is using colorizer, and second, the key is now unlimited so we should not have any more issues with it. For those who are wondering what Colorizer is, it is a plugin written by Justin Uberti back in 2005 when he and I were building JAMS (which were a suite of plugins that we wrote to test the OpenAIM API). Colorizer changes your out going IM text to appear as different colors to your buddies. Each IM results in a different color being sent.