Class OfflineMessageRequest.Item
java.lang.Object
org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Item
- Enclosing class:
- OfflineMessageRequest
Item child that holds information about offline messages to view or delete.
-
Constructor Details
-
Item
Creates a new item child.- Parameters:
node
- the actor's affiliation to the room
-
-
Method Details
-
getNode
-
getAction
Returns "view" or "remove" that indicate if the server should return the specified offline message or delete it.- Returns:
- "view" or "remove" that indicate if the server should return the specified offline message or delete it.
-
setAction
Sets if the server should return the specified offline message or delete it. Possible values are "view" or "remove".- Parameters:
action
- if the server should return the specified offline message or delete it.
-
getJid
-
setJid
-
toXML
-