tags:

views:

1793

answers:

8

Hi there!

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?

+2  A: 

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

Osama ALASSIRY
+5  A: 

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

Joe Hildebrand
A: 

Thank you!!

Both answers are very usefull but I will preffer JOPL.

The JOPL looks very up to date (some files are 42 hours ago)

FrancisR
Then mark that one as you're accepted answer.
TomC
A: 

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.

A: 

Any one have compiled jopl with delphi7? I'm trying but am having a lot of trouble.

smbrant
Of course you're having a lot of trouble. jopl is made with Delphi 2006.
Fabricio Araujo
Do you know any other free component for jabber programming in Delphi?
smbrant
A: 

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

Fabricio Araujo
Not necessarily true. If you do commercial work where the customer gets the source code anyway, use of GPL libraries is absolutely fine. Customer needs to be aware though that they can't distribute the executables without making available the source code. It's their choice to make whether that's possible or not.
mghie
Hm? Interesting.
Fabricio Araujo
A: 

Any one have tried jabbercom ? Seems to be woking (even if a bit old) but with no examples to look at.

smbrant
The OP stated that has already found COM-based libraries, but want to stick with a VCL-based one.
Fabricio Araujo
jason
A: 

jabbercom is too old. It don't support GTalk yet.