سؤال

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?

هل كانت مفيدة؟

المحلول

Perhaps this can help you out:

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

Download the source and check the OscarLib.

نصائح أخرى

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.

You could try the Across Communications web service.

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top