Improved Javadoc.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2751 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2005-09-01 04:24:53 +00:00 committed by matt
parent c74d96359a
commit afd7e6f2d6
1 changed files with 6 additions and 3 deletions

View File

@ -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.<p>
*
* 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
*/