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 AllowsStanzaCollectorandStanzaListenerinstances 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 voidMessageListener. processMessage(Message message)Method parameters in org.jivesoftware.smack with type arguments of type Message Modifier and Type Method Description voidAbstractXMPPConnection. addMessageInterceptor(Consumer<MessageBuilder> messageInterceptor, Predicate<Message> messageFilter)voidXMPPConnection. 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 voidChatMessageListener. processMessage(Chat chat, Message message)voidChat. 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 voidIncomingChatMessageListener. newIncomingMessage(EntityBareJid from, Message message, Chat chat)voidChat. 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 booleanMessageTypeFilter. acceptSpecific(Message message)protected booleanMessageWithBodiesFilter. acceptSpecific(Message message)protected booleanMessageWithSubjectFilter. acceptSpecific(Message message)protected booleanMessageWithThreadFilter. acceptSpecific(Message message)protected booleanThreadFilter. 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 MessageMessageBuilder. build()MessageMessage. clone()Deprecated.useasBuilder()instead.Methods in org.jivesoftware.smack.packet with parameters of type Message Modifier and Type Method Description static MessageBuilderStanzaBuilder. buildMessageFrom(Message message, java.lang.String stanzaId)static MessageBuilderStanzaBuilder. buildMessageFrom(Message message, StanzaIdSource stanzaIdSource)MessageBuilderStanzaFactory. 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 MessagePacketParserUtils. parseMessage(XmlPullParser parser)static MessagePacketParserUtils. 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 voidMultipleRecipientManager. 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 BlockedErrorExtensionBlockedErrorExtension. from(Message message)static booleanBlockedErrorExtension. 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 voidCarbonManager. disableCarbons(Message msg)Deprecated.voidCarbonCopyReceivedListener. 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 voidCarbonExtension.Private. addTo(Message message)Deprecated.useCarbonExtension.Private.addTo(MessageBuilder)instead.static CarbonExtensionCarbonExtension. from(Message msg)Obtain a Carbon from a message, if available.static CarbonExtensionCarbonExtension. 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 voidChatMarkersListener. 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.AcknowledgedExtensionChatMarkersElements.AcknowledgedExtension. from(Message message)static ChatMarkersElements.DisplayedExtensionChatMarkersElements.DisplayedExtension. from(Message message)static ChatMarkersElements.MarkableExtensionChatMarkersElements.MarkableExtension. from(Message message)static ChatMarkersElements.ReceivedExtensionChatMarkersElements.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 voidChatStateListener. 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 ExplicitMessageEncryptionElementExplicitMessageEncryptionElement. 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 voidFallbackIndicationListener. onFallbackIndicationReceived(Message message, FallbackIndicationElement indicator, java.lang.String fallbackBody)Listener method that gets called when aMessagecontaining aFallbackIndicationElementis 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 FallbackIndicationElementFallbackIndicationElement. fromMessage(Message message)static booleanFallbackIndicationElement. 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 booleanGeoLocationManager. 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 GeoLocationGeoLocation. from(Message message)Returns the first GeoLocation, ornullif 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 NoCopyHintNoCopyHint. from(Message message)static NoPermanentStoreHintNoPermanentStoreHint. from(Message message)static NoStoreHintNoStoreHint. from(Message message)static booleanNoCopyHint. hasHint(Message message)static booleanNoPermanentStoreHint. hasHint(Message message)static booleanNoStoreHint. hasHint(Message message)static voidNoCopyHint. set(Message message)static voidNoPermanentStoreHint. set(Message message)static voidNoStoreHint. set(Message message)static voidNoPermanentStoreHint. 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 IoTFieldsExtensionIoTFieldsExtension. 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 booleanIoTFieldsExtensionFilter. 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 FriendFriend. from(Message message)static UnfriendUnfriend. 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 JivePropertiesExtensionJivePropertiesExtension. 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 booleanMamResultFilter. 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 MessageCorrectExtensionMessageCorrectExtension. 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 booleanFasteningElement. hasFasteningElement(Message message)Return true if the providedMessagecontains 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 voidMoodManager. addMoodToMessage(Message message, Mood mood)static voidMoodManager. addMoodToMessage(Message message, Mood mood, MoodConcretisation concretisation)voidMoodListener. 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 MoodElementMoodElement. fromMessage(Message message)Extract aMoodElementfrom a message.static booleanMoodElement. hasMoodElement(Message message)Return true, if themessagehas 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 MessageMultiUserChat. createMessage()Deprecated.useMultiUserChat.buildMessage()instead.MessageMultiUserChat. nextMessage()Returns the next available message in the chat.MessageMultiUserChat. nextMessage(long timeout)Returns the next available message in the chat.MessageMultiUserChat. pollMessage()Polls for and returns the next message, ornullif there isn't a message immediately available.Methods in org.jivesoftware.smackx.muc with parameters of type Message Modifier and Type Method Description voidInvitationRejectionListener. invitationDeclined(EntityBareJid invitee, java.lang.String reason, Message message, MUCUser.Decline rejection)Called when the invitee declines the invitation.voidInvitationListener. 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.voidMultiUserChat. invite(Message message, EntityBareJid user, java.lang.String reason)Deprecated.voidMultiUserChat. 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 MessageMultiUserChatLight. createMessage()Deprecated.useMultiUserChatLight.buildMessage()instead.MessageMultiUserChatLight. nextMessage()Returns the next available message in the chat.MessageMultiUserChatLight. nextMessage(long timeout)Returns the next available message in the chat.MessageMultiUserChatLight. pollMessage()Polls for and returns the next message.Methods in org.jivesoftware.smackx.muclight with parameters of type Message Modifier and Type Method Description voidMultiUserChatLight. 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.AffiliationsChangeExtensionMUCLightElements.AffiliationsChangeExtension. from(Message message)static MUCLightElements.ConfigurationsChangeExtensionMUCLightElements.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 offlineMessagesof the user.java.util.List<Message>OfflineMessageManager. getMessages(java.util.List<java.lang.String> nodes)Returns a List of the offlineMessageswhose 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 MessageOmemoMessage.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 voidOmemoService. 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 voidOmemoCarbonCopyStanzaReceivedListener. 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 voidOmemoMessageListener. 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 MessageMessageOrOmemoMessage. 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 voidOxMessageListener. 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 voidCryptElementReceivedListener. cryptElementReceived(OpenPgpContact contact, Message originalMessage, CryptElement cryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)ACryptElementhas been received and successfully decrypted.voidSigncryptElementReceivedListener. signcryptElementReceived(OpenPgpContact contact, Message originalMessage, SigncryptElement signcryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)ASigncryptElementhas been received and successfully decrypted and verified.voidSignElementReceivedListener. signElementReceived(OpenPgpContact contact, Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)ASignElementhas 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 voidPepListener. eventReceived(EntityBareJid from, EventElement event, Message message)Called when PEP events are received as part of a presence subscribe or message filter.voidPepEventListener. 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.RemoteDisablingExtensionPushNotificationsElements.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 MessageDeliveryReceiptManager. 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.StringDeliveryReceiptManager. addDeliveryReceiptRequest(Message m)Deprecated.static java.lang.StringDeliveryReceiptRequest. addTo(Message message)Add a delivery receipt request to an outgoing packet.static DeliveryReceiptDeliveryReceipt. from(Message message)Get theDeliveryReceiptextension of the message, if any.static DeliveryReceiptDeliveryReceipt. getFrom(Message p)Deprecated.useDeliveryReceipt.from(Message)insteadstatic booleanDeliveryReceiptManager. hasDeliveryReceiptRequest(Message message)Test if a message requires a delivery receipt.static MessageDeliveryReceiptManager. 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 OriginIdElementOriginIdElement. addOriginId(Message message)Deprecated.useOriginIdElement.addTo(MessageBuilder)instead.static OriginIdElementOriginIdElement. getOriginId(Message message)Return the origin-id element of a message or null, if absent.static StanzaIdElementStanzaIdElement. getStanzaId(Message message)Return the stanza-id element of a message.static booleanOriginIdElement. hasOriginId(Message message)Return true, if the message contains a origin-id element.static booleanStanzaIdElement. 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 voidSpoilerElement. addSpoiler(Message message)Add a SpoilerElement to a message.static voidSpoilerElement. addSpoiler(Message message, java.lang.String hint)Add a SpoilerElement with a hint to a message.static voidSpoilerElement. 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 booleanSpoilerElement. 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 UserTuneElementUserTuneElement. from(Message message)static booleanUserTuneElement. 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 voidMessageEventManager. 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 voidXHTMLManager. addBody(Message message, XHTMLText xhtmlText)Deprecated.useXHTMLManager.addBody(MessageBuilder, XHTMLText)instead.static booleanXHTMLManager. isXHTMLMessage(Message message)Returns true if the message contains an XHTML extension.
-