From afd7e6f2d655b841d1f7b6db85b41ec512e9f1d1 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 1 Sep 2005 04:24:53 +0000 Subject: [PATCH] Improved Javadoc. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2751 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/GoogleTalkConnection.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/org/jivesoftware/smack/GoogleTalkConnection.java b/source/org/jivesoftware/smack/GoogleTalkConnection.java index 32ac8dba5..eb72e6ccf 100644 --- a/source/org/jivesoftware/smack/GoogleTalkConnection.java +++ b/source/org/jivesoftware/smack/GoogleTalkConnection.java @@ -21,9 +21,12 @@ package org.jivesoftware.smack; /** - * Convenience class to make it easier to connect to GoogleTalk. You can also use - * XMPPConnection to connect to Google Talk by specifying the server name, - * service name, and port. + * Convenience class to make it easier to connect to the Google Talk IM service. + * You can also use {@link XMPPConnection} to connect to Google Talk by specifying + * the server name, service name, and port.

+ * + * After creating the connection, log in in using a Gmail username and password. + * For the Gmail address "jsmith@gmail.com", the username is "jsmith". * * @author Matt Tucker */