Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find an ICQ library for C#?

Is there any (preferably native) C# library which allows me to send some messages via the ICQ protocol? Is there something better than just wrapping libgaim or something?

like image 834
SDD Avatar asked Feb 17 '09 14:02

SDD


2 Answers

There aren't any libraries I know of, so if you want to do this in C# you're probably going to have to make it yourself. You can find the ICQ protocol specification here.

like image 34
ryeguy Avatar answered Sep 25 '22 16:09

ryeguy


Perhaps this can help you out:

http://sourceforge.net/projects/oscarlib/

Download the source and check the OscarLib.

like image 154
Bruno Costa Avatar answered Sep 22 '22 16:09

Bruno Costa