开发者

How to send an IM in C or C++ on Windows

开发者 https://www.devze.com 2022-12-31 03:46 出处:网络
Specifically I am talking about using AIM and sending instant messages to an existing AIM screename. How would I accomplish this? I am trying to do it the simplest way possible -efficiency is not that

Specifically I am talking about using AIM and sending instant messages to an existing AIM screename. How would I accomplish this? I am trying to do it the simplest way possible -efficiency is not that important.

I thought mayb开发者_JAVA技巧e all I would have to do is open a socket connections some how but I am probably wrong.


I would use libpurple. It's a multi-platform C library that supports many IM services, including AIM.


Check out the source for GAIM/Pidgin, which runs on a variety of platforms including windows. It uses a modified version of libfaim.

0

精彩评论

暂无评论...
验证码 换一张
取 消