Smack library and PHP

Go To StackoverFlow.com

1

I read some examples to connect to GTalk by using Smack library. But all examples are in Java. can Smack library use along with PHP?

thank u

2012-04-05 02:45
by Nila Wulandari


0

You may use a Java bridge for achiving this.

http://php-java-bridge.sourceforge.net/pjb/

Also there is another bridge for Zend Server:

http://www.zend.com/en/products/server-ce/

PS. Bridge is a protocol, not a extension. It connects to a Java service from Apache,IIS like SOAP, RPC.

2012-04-05 02:59
by miqbal
i've found this..how do u think?http://www.thedeveloperday.com/googletalk-integration-with-php - Nila Wulandari 2012-04-05 03:34
I suggested you a Java bridge, because your question is about Smack otherwise, of course you can write your own Jabber client on php. XMPPHP is not stable and has many bugs - miqbal 2012-04-05 09:42
Ads