S-IMCO (Secure IM Company www.s-imco.com) Sole Developer/Owner
* Just recently, I completed and released the first version of the software called S-IMCO IM Service developed in C++ for Windows Platform. S-IMCO IM Service consists of a Windows based IM Server(s) and Client, including Windows and PHP based Administration Consoles.
* S-IMCO IM Servers are IOCP (I/O Completion Ports) based that can support large number of concurrent connections. For SSL/TLS protocol S-IMCO IM Servers use OpenSSL. OpenSSL’s bio pairs interface (also used by S-IMCO IM Servers) is the preferred way of using OpenSSL in Asynchronous I/O mode. The user data is stored with in a MySQL database. The communication with the database is done via MySQL C API instead of ODBC in order to make the database communications/transactions efficient and fast.
* S-IMessenger is the client that communicates with the S-IMCO IM Servers. S-IMessenger is completely Win32 based and does not use MFC for GUI or any other funct