mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Javdoc fix.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2242 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
5847d27098
commit
613f4b388b
1 changed files with 5 additions and 5 deletions
|
@ -58,11 +58,11 @@ import org.jivesoftware.smack.util.StringUtils;
|
||||||
* Represents XMPP message packets. A message can be one of several types:
|
* Represents XMPP message packets. A message can be one of several types:
|
||||||
*
|
*
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>NORMAL -- (Default) a normal text message used in email like interface.
|
* <li>Message.Type.NORMAL -- (Default) a normal text message used in email like interface.
|
||||||
* <li>CHAT -- a typically short text message used in line-by-line chat interfaces.
|
* <li>Message.Type.CHAT -- a typically short text message used in line-by-line chat interfaces.
|
||||||
* <li>GROUP_CHAT -- a chat message sent to a groupchat server for group chats.
|
* <li>Message.Type.GROUP_CHAT -- a chat message sent to a groupchat server for group chats.
|
||||||
* <li>HEADLINE -- a text message to be displayed in scrolling marquee displays.
|
* <li>Message.Type.HEADLINE -- a text message to be displayed in scrolling marquee displays.
|
||||||
* <li>ERROR -- indicates a messaging error.
|
* <li>Message.Type.ERROR -- indicates a messaging error.
|
||||||
* </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:
|
||||||
|
|
Loading…
Reference in a new issue