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