Initialize & log in the SDK
2.1 Login / Exit SDK
Example:
// Create a configuration information object, and read configuration information,then login.
CUserManager* pUserManager = new CUserManager();
CLogin login(pUserManager);
login.logIn();
//exit
stopIMServer();