Using google talk from java example
December 30th, 2008 | by akoelewijn | published in java, open standards, oss
Sending and receiving messages to and from google talk accounts is actually very easy. Google uses the xmpp (jabber) protocol. The Smack library enables you to use the xmpp protocol in java. I was actually trying to use xmpp in apache camel, but couldn’t get it working with google accounts, just with other accounts, so [...]
