Uses of Class
org.jivesoftware.smack.packet.Message.Body
-
Packages that use Message.Body 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.Body in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return Message.Body Modifier and Type Method Description Message.BodyMessage. addBody(String language, String body)Deprecated.useStanzaBuilderinstead.default Message.BodyMessageView. getMessageBody(String language)Methods in org.jivesoftware.smack.packet that return types with arguments of type Message.Body Modifier and Type Method Description default Set<Message.Body>MessageView. getBodies()Returns a set of all bodies in this Message, including the default message body accessible fromMessageView.getBody().Methods in org.jivesoftware.smack.packet with parameters of type Message.Body Modifier and Type Method Description booleanMessage. removeBody(Message.Body body)Deprecated.useStanzaBuilderinstead. -
Uses of Message.Body in org.jivesoftware.smack.provider
Methods in org.jivesoftware.smack.provider that return Message.Body Modifier and Type Method Description Message.BodyBodyElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-