mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-25 15:52:06 +01:00
Javadoc fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1778 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
f3837581f8
commit
857a2ec9c5
2 changed files with 5 additions and 5 deletions
|
@ -81,7 +81,7 @@ public class Authentication extends IQ {
|
||||||
/**
|
/**
|
||||||
* Returns the type of the authentication packet.
|
* Returns the type of the authentication packet.
|
||||||
*
|
*
|
||||||
* @return
|
* @return the type of the authentication packet.
|
||||||
*/
|
*/
|
||||||
public Type getType() {
|
public Type getType() {
|
||||||
return type;
|
return type;
|
||||||
|
@ -90,7 +90,7 @@ public class Authentication extends IQ {
|
||||||
/**
|
/**
|
||||||
* Sets the type of the authentication packet.
|
* Sets the type of the authentication packet.
|
||||||
*
|
*
|
||||||
* @param type
|
* @param type the type of the authentication packet.
|
||||||
*/
|
*/
|
||||||
public void setType(Type type) {
|
public void setType(Type type) {
|
||||||
this.type = type;
|
this.type = type;
|
||||||
|
|
|
@ -66,9 +66,9 @@ import org.jivesoftware.smack.util.StringUtils;
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* For each message type, different message fields are typically used as follows:
|
* For each message type, different message fields are typically used as follows:
|
||||||
*
|
* <p>
|
||||||
* <table>
|
* <table border="1">
|
||||||
* <tr><td> </td><td><b>Message type</b></td></tr>
|
* <tr><td> </td><td colspan="5"><b>Message type</b></td></tr>
|
||||||
* <tr><td><i>Field</i></td><td><b>Normal</b></td><td><b>Chat</b></td><td><b>Group Chat</b></td><td><b>Headline</b></td><td><b>Error</b></td></tr>
|
* <tr><td><i>Field</i></td><td><b>Normal</b></td><td><b>Chat</b></td><td><b>Group Chat</b></td><td><b>Headline</b></td><td><b>Error</b></td></tr>
|
||||||
* <tr><td><i>subject</i></td> <td>SHOULD</td><td>SHOULD NOT</td><td>SHOULD NOT</td><td>SHOULD NOT</td><td>SHOULD NOT</td></tr>
|
* <tr><td><i>subject</i></td> <td>SHOULD</td><td>SHOULD NOT</td><td>SHOULD NOT</td><td>SHOULD NOT</td><td>SHOULD NOT</td></tr>
|
||||||
* <tr><td><i>thread</i></td> <td>OPTIONAL</td><td>SHOULD</td><td>OPTIONAL</td><td>OPTIONAL</td><td>SHOULD NOT</td></tr>
|
* <tr><td><i>thread</i></td> <td>OPTIONAL</td><td>SHOULD</td><td>OPTIONAL</td><td>OPTIONAL</td><td>SHOULD NOT</td></tr>
|
||||||
|
|
Loading…
Reference in a new issue