vote up 2 vote down star
1

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?

flag

8 Answers

vote up 4 vote down check

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

link|flag
vote up 2 vote down

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

link|flag
vote up 0 vote down

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)

link|flag
Then mark that one as you're accepted answer. – TomC Oct 8 '08 at 21:29
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
Of course you're having a lot of trouble. jopl is made with Delphi 2006. – Fabricio Araujo Jul 29 at 21:56
Do you know any other free component for jabber programming in Delphi? – smbrant Jul 30 at 13:32
vote up 0 vote down

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

link|flag
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 Jul 30 at 14:19
Hm? Interesting. – Fabricio Araujo Jul 30 at 19:55
vote up 0 vote down

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

link|flag
The OP stated that has already found COM-based libraries, but want to stick with a VCL-based one. – Fabricio Araujo Jul 31 at 2:23
1  
This is not a forum. Please try to adhere to the Q&A format... – jason Aug 14 at 3:34
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.