Jabber / XMPP library for Delphi 7 [closed]

2019-04-01 01:13发布

I am looking for xmpp / jabber protocol implementation for Delphi 7. IP*WORKS! is one of solutions, but it is expensive. I saw Any complete library for Jabber in Delphi? question and JOPL was the answer, but it is not for Delphi 7. What do you use for Jabber and Delphi 7?

1条回答
霸刀☆藐视天下
2楼-- · 2019-04-01 01:27

I'd suggest taking a look at the Open Source XMPP client written in Delphi: Exodus. More info on the client here, http://www.jabberstudio.org/projects/exodus/project/view.php. I'd imagine their code is either already modularized so you can use (depending on license suitability) or you can rip it out and make it a module. Not as ideal as an off-the-shelf library, but should work.

查看更多
登录 后发表回答