2007-08-20 Calvin Gaisford * configure.ac: bumped version to 0.1.11 for release * NEWS: updated for 0.1.11 release 2007-08-16 Brady Anderson * Banter/Account.cs: removed the code to gather an Alias name in OnSubscribedMemberChanged. the case where a contact in the local pending state is removed, telepathy is temporarily adding and removing the contact from the subscribed list. in this flow, getting the alias name hangs and never returns back to us. 2007-08-16 Brady Anderson * Banter/Account.cs: Added code to update full information in ProviderUser when a contact is moved from local pending to fully authorized 2007-08-15 Brady Anderson * Banter/Account.cs: Added code to discover a remote contact's media capability on initial setup. Partially added code for media capability callback for when media caps change * Banter/ChatWindow.cs: added a try catch around the code thats sets up audio and video channels to catch cases where a user attempts voice video chat with a remote user that doesn't support it * Banter/ProviderUser.cs: added privateType for holding media capabilities added public Property for exposing media capabilities added public Enum for defining media capabilities * Banter/PersonCard.cs: added code to check a provider users' media capabilities and add caps icons accordingly 2007-08-10 Calvin Gaisford * configure.ac: bumped the version to 0.2.0 in prep for the stable release next iteration