1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Javadoc updates.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3109 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2005-11-19 18:13:50 +00:00 committed by matt
parent cd20108352
commit cc40bf4bcb
2 changed files with 7 additions and 6 deletions

View file

@ -168,9 +168,8 @@ public class XMPPConnection {
}
/**
* Creates a new connection to the specified XMPP server on the given port. The IP address
* of the server is assumed to match the service name.
*
* Creates a new connection to the XMPP server at the specifiec host and port.
*
* @param host the name of the XMPP server to connect to; e.g. <tt>jivesoftware.com</tt>.
* @param port the port on the server that should be used; e.g. <tt>5222</tt>.
* @throws XMPPException if an error occurs while trying to establish the connection.