Andrej Koelewijn
Posts: 594
Nickname: andrejk
Registered: Nov, 2002
|
Andrej Koelewijn is a Java and Oracle consultant
|
|
|
|
Using google talk from java example
|
Posted: Dec 30, 2008 7:31 AM
|
|
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 [...]
Read: Using google talk from java example
|
|