Uses of Class
org.jivesoftware.smack.packet.Message.Subject
-
Packages that use Message.Subject Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.provider The Smack provider architecture is a system for plugging in custom XML parsing of staza extensions (ExtensionElement,IQstanzas andNonza. -
-
Uses of Message.Subject in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return Message.Subject Modifier and Type Method Description Message.SubjectMessage. addSubject(String language, String subject)Deprecated.default Message.SubjectMessageView. getMessageSubject(String language)Methods in org.jivesoftware.smack.packet that return types with arguments of type Message.Subject Modifier and Type Method Description default Set<Message.Subject>MessageView. getSubjects()Returns a set of all subjects in this Message, including the default message subject accessible fromMessageView.getSubject().Methods in org.jivesoftware.smack.packet with parameters of type Message.Subject Modifier and Type Method Description booleanMessage. removeSubject(Message.Subject subject)Deprecated. -
Uses of Message.Subject in org.jivesoftware.smack.provider
Methods in org.jivesoftware.smack.provider that return Message.Subject Modifier and Type Method Description Message.SubjectMessageSubjectElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-