Uses of Class
org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Item
Packages that use OfflineMessageRequest.Item
Package
Description
Element classes for XEP-0013: Flexible Offline Message Retrieval.
-
Uses of OfflineMessageRequest.Item in org.jivesoftware.smackx.offline.packet
Methods in org.jivesoftware.smackx.offline.packet that return types with arguments of type OfflineMessageRequest.ItemModifier and TypeMethodDescriptionOfflineMessageRequest.getItems()Returns a List of item children that holds information about offline messages to view or delete.Methods in org.jivesoftware.smackx.offline.packet with parameters of type OfflineMessageRequest.ItemModifier and TypeMethodDescriptionvoidOfflineMessageRequest.addItem(OfflineMessageRequest.Item item) Adds an item child that holds information about offline messages to view or delete.