Uses of Interface
org.jivesoftware.smack.packet.MessageView
Package
Description
XML stanzas and extension elements that are part of the XMPP protocol.
XMPP extension elements for XEP-0380: Explicit Message Encryption.
XMPP extension elements for XEP-0334: Message Processing Hints.
Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.
Smack API for Multi-User Chat (MUC, XEP-0045).
Smacks implementation of XHTML-IM (XEP-0071), which provides the ability to send and receive formatted messages using
XHTML.
Element classes for XEP-0071: XHTML-IM.
-
Uses of MessageView in org.jivesoftware.smack.packet
Modifier and TypeClassDescriptionfinal class
Represents XMPP message packets.final class
-
Uses of MessageView in org.jivesoftware.smackx.eme.element
Modifier and TypeMethodDescriptionstatic boolean
ExplicitMessageEncryptionElement.hasProtocol
(MessageView message, String protocolNamespace) Return true, if themessage
already contains an EME element with the specifiedprotocolNamespace
.static boolean
ExplicitMessageEncryptionElement.hasProtocol
(MessageView message, ExplicitMessageEncryptionElement.ExplicitMessageEncryptionProtocol protocol) Return true, if themessage
already contains an EME element with the specified protocol namespace. -
Uses of MessageView in org.jivesoftware.smackx.hints.element
Modifier and TypeMethodDescriptionstatic StoreHint
StoreHint.from
(MessageView message) static boolean
StoreHint.hasHint
(MessageView message) -
Uses of MessageView in org.jivesoftware.smackx.mam.element
-
Uses of MessageView in org.jivesoftware.smackx.muc
Modifier and TypeMethodDescriptionMultiUserChat.sendMessage
(MessageBuilder messageBuilder) Sends a Message to the chat room. -
Uses of MessageView in org.jivesoftware.smackx.xhtmlim
Modifier and TypeMethodDescriptionstatic List<CharSequence>
XHTMLManager.getBodies
(MessageView message) Returns an Iterator for the XHTML bodies in the message. -
Uses of MessageView in org.jivesoftware.smackx.xhtmlim.packet