5

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?

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
SDD
  • 1,421
  • 2
  • 20
  • 24

4 Answers4

3

Perhaps this can help you out:

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

Download the source and check the OscarLib.

Greg
  • 23,155
  • 11
  • 57
  • 79
Bruno Costa
  • 2,708
  • 2
  • 17
  • 25
1

Try using Icq# - http://icq-sharp.sourceforge.net/

lipka
  • 1,162
  • 11
  • 19
1

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.

ryeguy
  • 65,519
  • 58
  • 198
  • 260
1

You could try the Across Communications web service.

Sample: http://www.acrosscommunications.com/DevSampleCS.aspx?Object=SOAP:ICQ&Detail=-sample-&Lang=CS

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454