|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.OfflineMessageHeader
public class OfflineMessageHeader
The OfflineMessageHeader holds header information of an offline message. The header
information was retrieved using the OfflineMessageManager
class.
Each offline message is identified by the target user of the offline message and a unique stamp.
Use OfflineMessageManager.getMessages(java.util.List)
to retrieve the whole message.
Constructor Summary | |
---|---|
OfflineMessageHeader(DiscoverItems.Item item)
|
Method Summary | |
---|---|
String |
getJid()
Returns the full JID of the user that sent the message. |
String |
getStamp()
Returns the stamp that uniquely identifies the offline message. |
String |
getUser()
Returns the bare JID of the user that was offline when the message was sent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OfflineMessageHeader(DiscoverItems.Item item)
Method Detail |
---|
public String getUser()
public String getJid()
public String getStamp()
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |