Open AIM Web Site Updates
We updated the Open AIM development website today based on some feedback from developers as well as to correct two minor bugs with our source code samples. The big addition is to post our Visual Basic custom client sample to the web page. You can now view how to build a VB custom client and how to implement preferences, send IMs, view Buddy Profiles and more.
The other change we made was to our technotes for Buddy Info and seemless sign on to expressions and AIM startpage URLs.
As always we appreciate the feedback on our development website so please share what we can make better below. If there are specific samples people are looking for we can add them as well.
Tags: Open AIM 2.0, OpenAIM
May 6th, 2008 at 4:53 pm
There appears to be a typo in the Buddy Info technote in the C++ example. The line ’spiIm->GetConvertedText(OLESTR(”text.html”), &text);’ should be ’spiIm->GetConvertedText(OLESTR(”text/html”), &text);’
May 7th, 2008 at 3:25 pm
Nice catch…I will see if we can get the fix put up. Thanks for the feedback.