Uses of Class
org.jivesoftware.smack.packet.Message
-
Packages that use Message Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.chat Smacks legacy API for 1:1 chats.org.jivesoftware.smack.chat2 Smack's new improved API for 1:1 chats.org.jivesoftware.smack.filter AllowsStanzaCollector
andStanzaListener
instances to filter for stanzas with particular attributes.org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.util Utility classes.org.jivesoftware.smackx.address Smack's API for XEP-0033: Extended Stanza Addressing.org.jivesoftware.smackx.blocking.element Blocking command elements.org.jivesoftware.smackx.carbons Smack's API for XEP-0280: Message Carbons.org.jivesoftware.smackx.carbons.packet Stanzas and extension elements for XEP-0280: Message Carbons.org.jivesoftware.smackx.chat_markers XEP-0333: Chat Markers.org.jivesoftware.smackx.chat_markers.element Chat Markers elements (XEP-0333).org.jivesoftware.smackx.chatstates Classes for Chat States (XEP-0085).org.jivesoftware.smackx.eme.element XMPP extension elements for XEP-0380: Explicit Message Encryption.org.jivesoftware.smackx.fallback_indication Smack's API for XEP-0428: Fallback Indication.org.jivesoftware.smackx.fallback_indication.element Smack's API for XEP-0428: Fallback Indication.org.jivesoftware.smackx.forward.packet Element classes for XEP-0297: Stanza Forwarding.org.jivesoftware.smackx.forward.provider Provider classes for XEP-0297: Stanza Forwarding.org.jivesoftware.smackx.geoloc Smacks implementation of XEP-0080: User Location.org.jivesoftware.smackx.geoloc.packet Element classes for XEP-0080: User Location.org.jivesoftware.smackx.hints Smack's API for XEP-0334: Message Processing Hints.org.jivesoftware.smackx.hints.element XMPP extension elements for XEP-0334: Message Processing Hints.org.jivesoftware.smackx.iot.data.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.data.filter Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.provisioning.element Smack's API for XMPP IoT.org.jivesoftware.smackx.jiveproperties.packet Element classes.org.jivesoftware.smackx.mam XEP-0313: Message Archive Management.org.jivesoftware.smackx.mam.element Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.org.jivesoftware.smackx.mam.filter Filters of Message Archive Management (MAM) XEP-0313.org.jivesoftware.smackx.message_correct.element XMPP stream elements for Last Message Correction as defined in XEP-0308.org.jivesoftware.smackx.message_fastening.element XEP-0422: Message Fastening.org.jivesoftware.smackx.mood Smack's API for XEP-0107: User Mood.org.jivesoftware.smackx.mood.element Smack's API for XEP-0107: User Mood.org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.org.jivesoftware.smackx.muclight Classes and Interfaces that implement Multi-User Chat Light (MUC Light).org.jivesoftware.smackx.muclight.element Multi-User Chat Light (MUC Light) elements.org.jivesoftware.smackx.offline Smacks implementation of XEP-0013: Flexible Offline Message Retrieval.org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.internal.listener StanzaListeners used for internal purposes.org.jivesoftware.smackx.omemo.listener Callbacks and listeners.org.jivesoftware.smackx.omemo.util Helper classes and other stuff.org.jivesoftware.smackx.ox_im Smack API for XEP-0374: OpenPGP for XMPP: Instant Messaging.org.jivesoftware.smackx.ox.listener Internal OpenPgpContentElement listeners for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.pep Smacks implementation XEP-0163: Personal Eventing Protocol.org.jivesoftware.smackx.push_notifications.element Push Notifications elements (XEP-0357).org.jivesoftware.smackx.receipts XEP-0184: Message Delivery Receipts.org.jivesoftware.smackx.sid.element Smack's API for XEP-0359: Stable and Unique Stanza IDs.org.jivesoftware.smackx.spoiler.element Smack's API for XEP-0382: Spoiler Messages.org.jivesoftware.smackx.usertune.element Smack's API for XEP-0118: User Tune.org.jivesoftware.smackx.xevent TODO describe me.org.jivesoftware.smackx.xhtmlim Smacks implementation of XEP-0071: XHTML-IM. -
-
Uses of Message in org.jivesoftware.smack
Methods in org.jivesoftware.smack with parameters of type Message Modifier and Type Method Description void
MessageListener. processMessage(Message message)
Method parameters in org.jivesoftware.smack with type arguments of type Message Modifier and Type Method Description void
AbstractXMPPConnection. addMessageInterceptor(Consumer<MessageBuilder> messageInterceptor, Predicate<Message> messageFilter)
void
XMPPConnection. addMessageInterceptor(Consumer<MessageBuilder> messageInterceptor, Predicate<Message> messageFilter)
Registers a stanza interceptor with this connection. -
Uses of Message in org.jivesoftware.smack.chat
Methods in org.jivesoftware.smack.chat with parameters of type Message Modifier and Type Method Description void
ChatMessageListener. processMessage(Chat chat, Message message)
void
Chat. sendMessage(Message message)
Deprecated.Sends a message to the other chat participant. -
Uses of Message in org.jivesoftware.smack.chat2
Methods in org.jivesoftware.smack.chat2 with parameters of type Message Modifier and Type Method Description void
IncomingChatMessageListener. newIncomingMessage(EntityBareJid from, Message message, Chat chat)
void
Chat. send(Message message)
-
Uses of Message in org.jivesoftware.smack.filter
Methods in org.jivesoftware.smack.filter with parameters of type Message Modifier and Type Method Description protected boolean
MessageTypeFilter. acceptSpecific(Message message)
protected boolean
MessageWithBodiesFilter. acceptSpecific(Message message)
protected boolean
MessageWithSubjectFilter. acceptSpecific(Message message)
protected boolean
MessageWithThreadFilter. acceptSpecific(Message message)
protected boolean
ThreadFilter. acceptSpecific(Message message)
-
Uses of Message in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return Message Modifier and Type Method Description Message
MessageBuilder. build()
Message
Message. clone()
Deprecated.useasBuilder()
instead.Methods in org.jivesoftware.smack.packet with parameters of type Message Modifier and Type Method Description static MessageBuilder
StanzaBuilder. buildMessageFrom(Message message, java.lang.String stanzaId)
static MessageBuilder
StanzaBuilder. buildMessageFrom(Message message, StanzaIdSource stanzaIdSource)
MessageBuilder
StanzaFactory. buildMessageStanzaFrom(Message message)
Constructors in org.jivesoftware.smack.packet with parameters of type Message Constructor Description Message(Message other)
Copy constructor. -
Uses of Message in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return Message Modifier and Type Method Description static Message
PacketParserUtils. parseMessage(XmlPullParser parser)
static Message
PacketParserUtils. parseMessage(XmlPullParser parser, XmlEnvironment outerXmlEnvironment)
Parses a message packet. -
Uses of Message in org.jivesoftware.smackx.address
Methods in org.jivesoftware.smackx.address with parameters of type Message Modifier and Type Method Description static void
MultipleRecipientManager. reply(XMPPConnection connection, Message original, Message reply)
Sends a reply to a previously received stanza that was sent to multiple recipients. -
Uses of Message in org.jivesoftware.smackx.blocking.element
Methods in org.jivesoftware.smackx.blocking.element with parameters of type Message Modifier and Type Method Description static BlockedErrorExtension
BlockedErrorExtension. from(Message message)
static boolean
BlockedErrorExtension. isInside(Message message)
Check if a message contains a BlockedErrorExtension, which means that a message was blocked because the JID blocked the sender, and that was reflected back as an error message. -
Uses of Message in org.jivesoftware.smackx.carbons
Methods in org.jivesoftware.smackx.carbons with parameters of type Message Modifier and Type Method Description static void
CarbonManager. disableCarbons(Message msg)
Deprecated.void
CarbonCopyReceivedListener. onCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage)
Invoked when a new carbon copy was received. -
Uses of Message in org.jivesoftware.smackx.carbons.packet
Methods in org.jivesoftware.smackx.carbons.packet that return types with arguments of type Message Modifier and Type Method Description Forwarded<Message>
CarbonExtension. getForwarded()
Get the forwarded packet.Methods in org.jivesoftware.smackx.carbons.packet with parameters of type Message Modifier and Type Method Description static void
CarbonExtension.Private. addTo(Message message)
Deprecated.useCarbonExtension.Private.addTo(MessageBuilder)
instead.static CarbonExtension
CarbonExtension. from(Message msg)
Obtain a Carbon from a message, if available.static CarbonExtension
CarbonExtension. getFrom(Message msg)
Deprecated.useCarbonExtension.from(Message)
insteadConstructor parameters in org.jivesoftware.smackx.carbons.packet with type arguments of type Message Constructor Description CarbonExtension(CarbonExtension.Direction dir, Forwarded<Message> fwd)
Construct a Carbon message extension. -
Uses of Message in org.jivesoftware.smackx.chat_markers
Methods in org.jivesoftware.smackx.chat_markers with parameters of type Message Modifier and Type Method Description void
ChatMarkersListener. newChatMarkerMessage(ChatMarkersState chatMarkersState, Message message, Chat chat)
Called in ChatMarkersManager when a new message with a markable tag arrives. -
Uses of Message in org.jivesoftware.smackx.chat_markers.element
Methods in org.jivesoftware.smackx.chat_markers.element with parameters of type Message Modifier and Type Method Description static ChatMarkersElements.AcknowledgedExtension
ChatMarkersElements.AcknowledgedExtension. from(Message message)
static ChatMarkersElements.DisplayedExtension
ChatMarkersElements.DisplayedExtension. from(Message message)
static ChatMarkersElements.MarkableExtension
ChatMarkersElements.MarkableExtension. from(Message message)
static ChatMarkersElements.ReceivedExtension
ChatMarkersElements.ReceivedExtension. from(Message message)
-
Uses of Message in org.jivesoftware.smackx.chatstates
Methods in org.jivesoftware.smackx.chatstates with parameters of type Message Modifier and Type Method Description void
ChatStateListener. stateChanged(Chat chat, ChatState state, Message message)
Fired when the state of a chat with another user changes. -
Uses of Message in org.jivesoftware.smackx.eme.element
Methods in org.jivesoftware.smackx.eme.element with parameters of type Message Modifier and Type Method Description static ExplicitMessageEncryptionElement
ExplicitMessageEncryptionElement. from(Message message)
-
Uses of Message in org.jivesoftware.smackx.fallback_indication
Methods in org.jivesoftware.smackx.fallback_indication with parameters of type Message Modifier and Type Method Description void
FallbackIndicationListener. onFallbackIndicationReceived(Message message, FallbackIndicationElement indicator, java.lang.String fallbackBody)
Listener method that gets called when aMessage
containing aFallbackIndicationElement
is received. -
Uses of Message in org.jivesoftware.smackx.fallback_indication.element
Methods in org.jivesoftware.smackx.fallback_indication.element with parameters of type Message Modifier and Type Method Description static FallbackIndicationElement
FallbackIndicationElement. fromMessage(Message message)
static boolean
FallbackIndicationElement. hasFallbackIndication(Message message)
-
Uses of Message in org.jivesoftware.smackx.forward.packet
Methods in org.jivesoftware.smackx.forward.packet that return types with arguments of type Message Modifier and Type Method Description static java.util.List<Message>
Forwarded. extractMessagesFrom(java.util.Collection<Forwarded<Message>> forwardedCollection)
Extract messages in a collection of forwarded elements.Method parameters in org.jivesoftware.smackx.forward.packet with type arguments of type Message Modifier and Type Method Description static java.util.List<Message>
Forwarded. extractMessagesFrom(java.util.Collection<Forwarded<Message>> forwardedCollection)
Extract messages in a collection of forwarded elements. -
Uses of Message in org.jivesoftware.smackx.forward.provider
Methods in org.jivesoftware.smackx.forward.provider that return types with arguments of type Message Modifier and Type Method Description static Forwarded<Message>
ForwardedProvider. parseForwardedMessage(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
static Forwarded<Message>
ForwardedProvider. parseForwardedMessage(XmlPullParser parser, XmlEnvironment xmlEnvironment)
-
Uses of Message in org.jivesoftware.smackx.geoloc
Methods in org.jivesoftware.smackx.geoloc with parameters of type Message Modifier and Type Method Description static boolean
GeoLocationManager. isGeoLocationMessage(Message message)
Returns true if the message contains a GeoLocation extension. -
Uses of Message in org.jivesoftware.smackx.geoloc.packet
Methods in org.jivesoftware.smackx.geoloc.packet with parameters of type Message Modifier and Type Method Description static GeoLocation
GeoLocation. from(Message message)
Returns the first GeoLocation, ornull
if it doesn't exist inMessage
. -
Uses of Message in org.jivesoftware.smackx.hints
Methods in org.jivesoftware.smackx.hints with parameters of type Message Modifier and Type Method Description static java.util.Set<MessageProcessingHintType>
MessageProcessingHintsManager. getHintsFrom(Message message)
-
Uses of Message in org.jivesoftware.smackx.hints.element
Methods in org.jivesoftware.smackx.hints.element with parameters of type Message Modifier and Type Method Description static NoCopyHint
NoCopyHint. from(Message message)
static NoPermanentStoreHint
NoPermanentStoreHint. from(Message message)
static NoStoreHint
NoStoreHint. from(Message message)
static boolean
NoCopyHint. hasHint(Message message)
static boolean
NoPermanentStoreHint. hasHint(Message message)
static boolean
NoStoreHint. hasHint(Message message)
static void
NoCopyHint. set(Message message)
static void
NoPermanentStoreHint. set(Message message)
static void
NoStoreHint. set(Message message)
static void
NoPermanentStoreHint. setExplicitly(Message message)
-
Uses of Message in org.jivesoftware.smackx.iot.data.element
Methods in org.jivesoftware.smackx.iot.data.element with parameters of type Message Modifier and Type Method Description static IoTFieldsExtension
IoTFieldsExtension. from(Message message)
-
Uses of Message in org.jivesoftware.smackx.iot.data.filter
Methods in org.jivesoftware.smackx.iot.data.filter with parameters of type Message Modifier and Type Method Description protected boolean
IoTFieldsExtensionFilter. acceptSpecific(Message message)
-
Uses of Message in org.jivesoftware.smackx.iot.provisioning.element
Methods in org.jivesoftware.smackx.iot.provisioning.element with parameters of type Message Modifier and Type Method Description static Friend
Friend. from(Message message)
static Unfriend
Unfriend. from(Message message)
-
Uses of Message in org.jivesoftware.smackx.jiveproperties.packet
Methods in org.jivesoftware.smackx.jiveproperties.packet with parameters of type Message Modifier and Type Method Description static JivePropertiesExtension
JivePropertiesExtension. from(Message message)
Return a Jive properties extensions of the given message. -
Uses of Message in org.jivesoftware.smackx.mam
Methods in org.jivesoftware.smackx.mam that return types with arguments of type Message Modifier and Type Method Description java.util.List<Forwarded<Message>>
MamManager.MamQueryPage. getForwarded()
java.util.List<Message>
MamManager.MamQueryPage. getMamResultCarrierMessages()
java.util.List<Message>
MamManager.MamQuery. getMessages()
java.util.List<Message>
MamManager.MamQueryPage. getMessages()
java.util.List<Message>
MamManager.MamQuery. pageNext(int count)
java.util.List<Message>
MamManager.MamQuery. pagePrevious(int count)
-
Uses of Message in org.jivesoftware.smackx.mam.element
Methods in org.jivesoftware.smackx.mam.element that return types with arguments of type Message Modifier and Type Method Description Forwarded<Message>
MamElements.MamResultExtension. getForwarded()
Get the forwarded element.Constructor parameters in org.jivesoftware.smackx.mam.element with type arguments of type Message Constructor Description MamResultExtension(java.lang.String queryId, java.lang.String id, Forwarded<Message> forwarded)
MAM result extension constructor. -
Uses of Message in org.jivesoftware.smackx.mam.filter
Methods in org.jivesoftware.smackx.mam.filter with parameters of type Message Modifier and Type Method Description protected boolean
MamResultFilter. acceptSpecific(Message message)
-
Uses of Message in org.jivesoftware.smackx.message_correct.element
Methods in org.jivesoftware.smackx.message_correct.element with parameters of type Message Modifier and Type Method Description static MessageCorrectExtension
MessageCorrectExtension. from(Message message)
-
Uses of Message in org.jivesoftware.smackx.message_fastening.element
Methods in org.jivesoftware.smackx.message_fastening.element with parameters of type Message Modifier and Type Method Description static boolean
FasteningElement. hasFasteningElement(Message message)
Return true if the providedMessage
contains aFasteningElement
. -
Uses of Message in org.jivesoftware.smackx.mood
Methods in org.jivesoftware.smackx.mood with parameters of type Message Modifier and Type Method Description static void
MoodManager. addMoodToMessage(Message message, Mood mood)
static void
MoodManager. addMoodToMessage(Message message, Mood mood, MoodConcretisation concretisation)
void
MoodListener. onMoodUpdated(EntityBareJid from, MoodElement moodElement, java.lang.String id, Message message)
-
Uses of Message in org.jivesoftware.smackx.mood.element
Methods in org.jivesoftware.smackx.mood.element with parameters of type Message Modifier and Type Method Description static MoodElement
MoodElement. fromMessage(Message message)
Extract aMoodElement
from a message.static boolean
MoodElement. hasMoodElement(Message message)
Return true, if themessage
has aMoodElement
, otherwise false. -
Uses of Message in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return Message Modifier and Type Method Description Message
MultiUserChat. createMessage()
Deprecated.useMultiUserChat.buildMessage()
instead.Message
MultiUserChat. nextMessage()
Returns the next available message in the chat.Message
MultiUserChat. nextMessage(long timeout)
Returns the next available message in the chat.Message
MultiUserChat. pollMessage()
Polls for and returns the next message, ornull
if there isn't a message immediately available.Methods in org.jivesoftware.smackx.muc with parameters of type Message Modifier and Type Method Description void
InvitationRejectionListener. invitationDeclined(EntityBareJid invitee, java.lang.String reason, Message message, MUCUser.Decline rejection)
Called when the invitee declines the invitation.void
InvitationListener. invitationReceived(XMPPConnection conn, MultiUserChat room, EntityJid inviter, java.lang.String reason, java.lang.String password, Message message, MUCUser.Invite invitation)
Called when the an invitation to join a MUC room is received.void
MultiUserChat. invite(Message message, EntityBareJid user, java.lang.String reason)
Deprecated.void
MultiUserChat. sendMessage(Message message)
Deprecated.useMultiUserChat.sendMessage(MessageBuilder)
instead. -
Uses of Message in org.jivesoftware.smackx.muclight
Methods in org.jivesoftware.smackx.muclight that return Message Modifier and Type Method Description Message
MultiUserChatLight. createMessage()
Deprecated.useMultiUserChatLight.buildMessage()
instead.Message
MultiUserChatLight. nextMessage()
Returns the next available message in the chat.Message
MultiUserChatLight. nextMessage(long timeout)
Returns the next available message in the chat.Message
MultiUserChatLight. pollMessage()
Polls for and returns the next message.Methods in org.jivesoftware.smackx.muclight with parameters of type Message Modifier and Type Method Description void
MultiUserChatLight. sendMessage(Message message)
Deprecated.useMultiUserChatLight.sendMessage(MessageBuilder)
instead. -
Uses of Message in org.jivesoftware.smackx.muclight.element
Methods in org.jivesoftware.smackx.muclight.element with parameters of type Message Modifier and Type Method Description static MUCLightElements.AffiliationsChangeExtension
MUCLightElements.AffiliationsChangeExtension. from(Message message)
static MUCLightElements.ConfigurationsChangeExtension
MUCLightElements.ConfigurationsChangeExtension. from(Message message)
-
Uses of Message in org.jivesoftware.smackx.offline
Methods in org.jivesoftware.smackx.offline that return types with arguments of type Message Modifier and Type Method Description java.util.List<Message>
OfflineMessageManager. getMessages()
Returns a List of Messages with all the offlineMessages
of the user.java.util.List<Message>
OfflineMessageManager. getMessages(java.util.List<java.lang.String> nodes)
Returns a List of the offlineMessages
whose stamp matches the specified request. -
Uses of Message in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return Message Modifier and Type Method Description Message
OmemoMessage.Sent. buildMessage(MessageBuilder messageBuilder, Jid recipient)
Return the OmemoElement wrapped in a Message ready to be sent.Methods in org.jivesoftware.smackx.omemo with parameters of type Message Modifier and Type Method Description void
OmemoService. onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoManager.LoggedInOmemoManager managerGuard)
-
Uses of Message in org.jivesoftware.smackx.omemo.internal.listener
Methods in org.jivesoftware.smackx.omemo.internal.listener with parameters of type Message Modifier and Type Method Description void
OmemoCarbonCopyStanzaReceivedListener. onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoManager.LoggedInOmemoManager omemoManager)
-
Uses of Message in org.jivesoftware.smackx.omemo.listener
Methods in org.jivesoftware.smackx.omemo.listener with parameters of type Message Modifier and Type Method Description void
OmemoMessageListener. onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoMessage.Received decryptedCarbonCopy)
-
Uses of Message in org.jivesoftware.smackx.omemo.util
Methods in org.jivesoftware.smackx.omemo.util that return Message Modifier and Type Method Description Message
MessageOrOmemoMessage. getMessage()
Constructors in org.jivesoftware.smackx.omemo.util with parameters of type Message Constructor Description MessageOrOmemoMessage(Message message)
-
Uses of Message in org.jivesoftware.smackx.ox_im
Methods in org.jivesoftware.smackx.ox_im with parameters of type Message Modifier and Type Method Description void
OxMessageListener. newIncomingOxMessage(OpenPgpContact contact, Message originalMessage, SigncryptElement decryptedPayload, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
This method gets invoked, whenever an OX-IM encrypted message gets received. -
Uses of Message in org.jivesoftware.smackx.ox.listener
Methods in org.jivesoftware.smackx.ox.listener with parameters of type Message Modifier and Type Method Description void
CryptElementReceivedListener. cryptElementReceived(OpenPgpContact contact, Message originalMessage, CryptElement cryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
ACryptElement
has been received and successfully decrypted.void
SigncryptElementReceivedListener. signcryptElementReceived(OpenPgpContact contact, Message originalMessage, SigncryptElement signcryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
ASigncryptElement
has been received and successfully decrypted and verified.void
SignElementReceivedListener. signElementReceived(OpenPgpContact contact, Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
ASignElement
has been received and successfully been verified. -
Uses of Message in org.jivesoftware.smackx.pep
Methods in org.jivesoftware.smackx.pep with parameters of type Message Modifier and Type Method Description void
PepListener. eventReceived(EntityBareJid from, EventElement event, Message message)
Called when PEP events are received as part of a presence subscribe or message filter.void
PepEventListener. onPepEvent(EntityBareJid from, E event, java.lang.String id, Message carrierMessage)
-
Uses of Message in org.jivesoftware.smackx.push_notifications.element
Methods in org.jivesoftware.smackx.push_notifications.element with parameters of type Message Modifier and Type Method Description static PushNotificationsElements.RemoteDisablingExtension
PushNotificationsElements.RemoteDisablingExtension. from(Message message)
-
Uses of Message in org.jivesoftware.smackx.receipts
Methods in org.jivesoftware.smackx.receipts that return Message Modifier and Type Method Description static Message
DeliveryReceiptManager. receiptMessageFor(Message messageWithReceiptRequest)
Create and return a new message including a delivery receipt extension for the given message.Methods in org.jivesoftware.smackx.receipts with parameters of type Message Modifier and Type Method Description static java.lang.String
DeliveryReceiptManager. addDeliveryReceiptRequest(Message m)
Deprecated.static java.lang.String
DeliveryReceiptRequest. addTo(Message message)
Add a delivery receipt request to an outgoing packet.static DeliveryReceipt
DeliveryReceipt. from(Message message)
Get theDeliveryReceipt
extension of the message, if any.static DeliveryReceipt
DeliveryReceipt. getFrom(Message p)
Deprecated.useDeliveryReceipt.from(Message)
insteadstatic boolean
DeliveryReceiptManager. hasDeliveryReceiptRequest(Message message)
Test if a message requires a delivery receipt.static Message
DeliveryReceiptManager. receiptMessageFor(Message messageWithReceiptRequest)
Create and return a new message including a delivery receipt extension for the given message. -
Uses of Message in org.jivesoftware.smackx.sid.element
Methods in org.jivesoftware.smackx.sid.element with parameters of type Message Modifier and Type Method Description static OriginIdElement
OriginIdElement. addOriginId(Message message)
Deprecated.useOriginIdElement.addTo(MessageBuilder)
instead.static OriginIdElement
OriginIdElement. getOriginId(Message message)
Return the origin-id element of a message or null, if absent.static StanzaIdElement
StanzaIdElement. getStanzaId(Message message)
Return the stanza-id element of a message.static boolean
OriginIdElement. hasOriginId(Message message)
Return true, if the message contains a origin-id element.static boolean
StanzaIdElement. hasStanzaId(Message message)
Return true, if a message contains a stanza-id element. -
Uses of Message in org.jivesoftware.smackx.spoiler.element
Methods in org.jivesoftware.smackx.spoiler.element with parameters of type Message Modifier and Type Method Description static void
SpoilerElement. addSpoiler(Message message)
Add a SpoilerElement to a message.static void
SpoilerElement. addSpoiler(Message message, java.lang.String hint)
Add a SpoilerElement with a hint to a message.static void
SpoilerElement. addSpoiler(Message message, java.lang.String lang, java.lang.String hint)
Add a SpoilerElement with a hint in a certain language to a message.static boolean
SpoilerElement. containsSpoiler(Message message)
Returns true, if the message has at least one spoiler element.static java.util.Map<java.lang.String,java.lang.String>
SpoilerElement. getSpoilers(Message message)
Return a map of all spoilers contained in a message. -
Uses of Message in org.jivesoftware.smackx.usertune.element
Methods in org.jivesoftware.smackx.usertune.element with parameters of type Message Modifier and Type Method Description static UserTuneElement
UserTuneElement. from(Message message)
static boolean
UserTuneElement. hasUserTuneElement(Message message)
-
Uses of Message in org.jivesoftware.smackx.xevent
Methods in org.jivesoftware.smackx.xevent with parameters of type Message Modifier and Type Method Description static void
MessageEventManager. addNotificationsRequests(Message message, boolean offline, boolean delivered, boolean displayed, boolean composing)
Adds event notification requests to a message. -
Uses of Message in org.jivesoftware.smackx.xhtmlim
Methods in org.jivesoftware.smackx.xhtmlim with parameters of type Message Modifier and Type Method Description static void
XHTMLManager. addBody(Message message, XHTMLText xhtmlText)
Deprecated.useXHTMLManager.addBody(MessageBuilder, XHTMLText)
instead.static boolean
XHTMLManager. isXHTMLMessage(Message message)
Returns true if the message contains an XHTML extension.
-