xmpp framework to login different gateways like Gtalk using openfire id

651 views Asked by At

How can I login different gateways like google and yahoo using xmpp framework. I am using openfire server. Thanks in advance

1

There are 1 answers

0
Arne Claassen On BEST ANSWER

GTalk uses Xmpp, so you can chat between gtalk and openfire users using s2s federation (which should be on by default in openfire). Yahoo is it's own protocol and you'd need the IM gateway plug-in for openfire. However that seems to be deprecated and instead there is now the standalone IM gateway, Kraken, which should do what you want