Uses of Class
org.jivesoftware.openfire.OfflineMessage
-
Packages that use OfflineMessage Package Description org.jivesoftware.openfire -
-
Uses of OfflineMessage in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return OfflineMessage Modifier and Type Method Description OfflineMessage
OfflineMessageStore. addMessage(org.xmpp.packet.Message message)
Adds a message to this message store.OfflineMessage
OfflineMessageStore. getMessage(String username, Date creationDate)
Returns the offline message of the specified user with the given creation date.Methods in org.jivesoftware.openfire that return types with arguments of type OfflineMessage Modifier and Type Method Description Collection<OfflineMessage>
OfflineMessageStore. getMessages(String username, boolean delete)
Returns a Collection of all messages in the store for a user.Methods in org.jivesoftware.openfire with parameters of type OfflineMessage Modifier and Type Method Description void
OfflineMessageListener. messageStored(OfflineMessage message)
Notification message indicating that a message was stored offline since the target entity was not online at the moment.
-