mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01:00
Improved Javadoc.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2751 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
c74d96359a
commit
afd7e6f2d6
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue