Delphi 中的 Jabber 有完整的库吗?
我正在寻找 Delphi 的 Jabber 库,我可以看到一些基于 COM 的 jabber 组件。 但我正在寻找一个真正的 VCL 库。
有人认识一个吗?
I'm looking for for a Jabber library for Delphi, I can see some COM based jabber components. But I'm looking for a real VCL library.
Somebody knows one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以将 Exodus 的基础代码编译为 VCL。 该代码称为 JOPL,可以在 Google 代码< /a>.
You could compile the code that underlies Exodus into a VCL. That code is called JOPL, and can be found at Google Code.
IP*Works 的 xmpp 组件 支持 Jabber 协议 (XMPP)。
The Jabber protocol (XMPP) is supported by IP*Works's xmpp component.
“Delphi on Rails”项目中有一个 Delphi XMPP 客户端:dorXMPPClient.pas
There is a Delphi XMPP client in the "Delphi on Rails" project here: dorXMPPClient.pas
Bricksoft 拥有适用于 MSN、YAHOO、AIM、ICQ 和 Jabber/GTalk 的 VCL 组件。
如果您想了解更多信息,请访问我们的网站 http://www.imcomponents.com/。
Bricksoft have VCL component for MSN,YAHOO,AIM,ICQ and Jabber/GTalk.
Pls visit our website http://www.imcomponents.com/ if you want to get more information.
请注意:Jopl 已获得 GPLv2 许可。 所以,如果你想做商业作品,你将需要另一个库......
Take care: Jopl is licensed as GPLv2. So, if you wanna doing a commercial work, you'll need another library...