Uses of Class
rocks.xmpp.core.Text
-
Packages that use Text Package Description rocks.xmpp.core Provides classes for core XMPP functionality.rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors. -
-
Uses of Text in rocks.xmpp.core
Methods in rocks.xmpp.core with parameters of type Text Modifier and Type Method Description int
Text. compareTo(Text o)
-
Uses of Text in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return types with arguments of type Text Modifier and Type Method Description List<Text>
Message. getBodies()
Gets the bodies.List<Text>
Presence. getStatuses()
Gets the statuses.List<Text>
Message. getSubjects()
Gets the subjects.Constructor parameters in rocks.xmpp.core.stanza.model with type arguments of type Text Constructor 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.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.
-