Package | Description |
---|---|
org.jivesoftware.smackx.offline.packet |
Modifier and Type | Method and Description |
---|---|
List<OfflineMessageRequest.Item> |
OfflineMessageRequest.getItems()
Returns a List of item childs that holds information about offline messages to
view or delete.
|
Modifier and Type | Method and Description |
---|---|
void |
OfflineMessageRequest.addItem(OfflineMessageRequest.Item item)
Adds an item child that holds information about offline messages to view or delete.
|