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
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.