Uses of Class
org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Item
-
Packages that use OfflineMessageRequest.Item Package Description org.jivesoftware.smackx.offline.packet 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.Item Modifier and Type Method Description List<OfflineMessageRequest.Item>
OfflineMessageRequest. 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.Item Modifier and Type Method Description void
OfflineMessageRequest. addItem(OfflineMessageRequest.Item item)
Adds an item child that holds information about offline messages to view or delete.
-