| Package | Description |
|---|---|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| Modifier and Type | Method and Description |
|---|---|
List<Text> |
Message.getBodies()
Gets the bodies.
|
List<Text> |
Presence.getStatuses()
Gets the statuses.
|
List<Text> |
Message.getSubjects()
Gets the subjects.
|
| Constructor and Description |
|---|
Message(Jid to,
Message.Type type,
Collection<Text> bodies,
Collection<Text> subjects,
String thread,
String parentThread,
String id,
Jid from,
Locale language,
Collection<?> extensions,
StanzaError error)
Constructs a message with all possible values.
|
Message(Jid to,
Message.Type type,
Collection<Text> bodies,
Collection<Text> subjects,
String thread,
String parentThread,
String id,
Jid from,
Locale language,
Collection<?> extensions,
StanzaError error)
Constructs a message with all possible values.
|
Presence(Jid to,
Presence.Type type,
Presence.Show show,
Collection<Text> status,
Byte priority,
String id,
Jid from,
Locale language,
Collection<?> extensions,
StanzaError error)
Constructs a presence with all possible values.
|
Copyright © 2014–2016 XMPP.rocks. All rights reserved.