| Package | Description |
|---|---|
| org.jivesoftware.smack.packet |
XML packets that are part of the XMPP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Message.Body |
Message.addBody(String language,
String body)
Adds a body with a corresponding language.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Message.Body> |
Message.getBodies()
Returns a set of all bodies in this Message, including the default message body accessible
from
Message.getBody(). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Message.removeBody(Message.Body body)
Removes the body from the message and returns true if the body was removed.
|