PHP Jabber Class

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
texugo
Forum Newbie
Posts: 3
Joined: Thu Sep 10, 2009 4:27 pm

PHP Jabber Class

Post by texugo »

Hi people,

I'm developing a jabber client to messaging with gTalk users. So far I haven't found a decent class that works with my developing enviroment. The popular XMPPHP Library(http://code.google.com/p/xmpphp/) that succeed class.jabber.php doesn't work for me, due to a bug with PHP compiled for x86_64.

Could anyone suggest me another class?

Thanks.
texugo
Forum Newbie
Posts: 3
Joined: Thu Sep 10, 2009 4:27 pm

Re: PHP Jabber Class

Post by texugo »

Anyone?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Re: PHP Jabber Class

Post by Ollie Saunders »

Did you try this?
texugo
Forum Newbie
Posts: 3
Joined: Thu Sep 10, 2009 4:27 pm

Re: PHP Jabber Class

Post by texugo »

That was the first thing I did. As you can see, most links point to the same library, the one that doesn't work for me!
Post Reply