Any complete library for Jabber in Delphi?

前端 未结 5 1066
梦谈多话
梦谈多话 2021-01-03 03:07

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?

相关标签:
5条回答
  • 2021-01-03 03:46

    The Jabber protocol (XMPP) is supported by IP*Works's xmpp component.

    0 讨论(0)
  • 2021-01-03 03:51

    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.

    0 讨论(0)
  • 2021-01-03 03:58

    You could compile the code that underlies Exodus into a VCL. That code is called JOPL, and can be found at Google Code.

    0 讨论(0)
  • 2021-01-03 04:04

    Take care: Jopl is licensed as GPLv2. So, if you wanna doing a commercial work, you'll need another library...

    0 讨论(0)
  • 2021-01-03 04:11

    There is a Delphi XMPP client in the "Delphi on Rails" project here: dorXMPPClient.pas

    0 讨论(0)
提交回复
热议问题