Week 11 (Aug 8 - Aug 15): - Base Implementation for ring call channel <https://github.com/alok4nand/telepathy-bell/commit/6ca1720d1a670383761a610bf2ec2f2965736bc2> Begin Implementing call channel class to work with making and receiving calls.
- Corrections in ringcallchannel constructor <https://github.com/alok4nand/telepathy-bell/commit/05c2b03bee0d0d1d15f03f8aa2d709c9a657ccc1> Fixed wrongly written class names. - Implemented getcontactattributes() and inspecthandles() <https://github.com/alok4nand/telepathy-bell/commit/491a1c5b65e1110c6ca73fd0826805ac39c3dd63> . These functions are required by connection interface to manage handles, in this case contacts. - Implemented requestHandles() and set properties for text and call channel <https://github.com/alok4nand/telepathy-bell/commit/4bdcf320e87866975fd4eab614a1ce66697a7bca> Added properties of all the text and call channels that are needed to be later used in channel related functions. Also requestHandles() is used to create handles when unavailable. A function to create individual handle ensureHandle still needs to be done. - Fixed Disconnect <https://github.com/alok4nand/telepathy-bell/commit/7f8e15a208cd3ac161d647a5280346cef462f549> ​Corrected the place of setStatus() and made changes to onRegistrationStateChanged() to call doDisconnect() when using the Accounts. -- Regards, Alok Anand
