在哪里可以找到 C# 的 ICQ 库?
是否有任何(最好是本机)C# 库允许我通过 ICQ 协议发送一些消息? 有没有比仅仅包装 libgaim 或其他东西更好的东西?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以尝试 Across Communications 网络服务。
示例: http://www .acrosscommunications.com/DevSampleCS.aspx?Object=SOAP:ICQ&Detail=-sample-&Lang=CS
You could try the Across Communications web service.
Sample: http://www.acrosscommunications.com/DevSampleCS.aspx?Object=SOAP:ICQ&Detail=-sample-&Lang=CS
尝试使用 Icq# - http://icq-sharp.sourceforge.net/
Try using Icq# - http://icq-sharp.sourceforge.net/
也许这可以帮助您:
http://sourceforge.net/projects/oscarlib/
下载源并检查 OscarLib.
Perhaps this can help you out:
http://sourceforge.net/projects/oscarlib/
Download the source and check the OscarLib.
据我所知,没有任何库,因此如果您想在 C# 中执行此操作,您可能必须自己制作。 您可以在此处找到 ICQ 协议规范。
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.