This post originated from an RSS feed registered with Java Buzz
by Andrej Koelewijn.
Original Post: Using google talk from java example
Feed Title: Andrej Koelewijn
Feed URL: http://feeds.feedburner.com/AndrejKoelewijn
Feed Description: On Oracle, Java and OpenSource
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 could get it working with google accounts, just with other accounts, so i [...]