Even if the SkypeKit C++ SDK can run asynchronously, Libskypekit works synchronously.
Examples are included with the download package.
Here are some key features of "Libskypekit":
· Connect to a SkypeKit account
· Manage conversations
· Manage the conversation queue
· Account status changes
· Start, login, logout of the Skype network
· Thread-safe code
Requirements:
· SkypeKit SDK 4 or higher
Limitations:
· Libskypekit does not free CPU memory after it has used it, so the developer must do this by hand to avoid memory leaks.
What's New in This Release: [ read full changelog ]
· Fixed README file.