FrancisR
FrancisR

Reputation: 53

Any complete library for Jabber in Delphi?

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?

Upvotes: 5

Views: 10889

Answers (5)

Henri Gourvest
Henri Gourvest

Reputation: 989

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

Upvotes: 2

Fabricio Araujo
Fabricio Araujo

Reputation: 3820

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

Upvotes: 0

Reputation:

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.

Upvotes: 0

Joe Hildebrand
Joe Hildebrand

Reputation: 10414

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

Upvotes: 6

Osama Al-Maadeed
Osama Al-Maadeed

Reputation: 5695

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

Upvotes: 4

Related Questions