Home | History | Annotate | Download | only in smackx

Lines Matching defs:stamp

29  * Each offline message is identified by the target user of the offline message and a unique stamp.
44 * Stamp that uniquely identifies the offline message. This stamp will be used for
45 * getting the specific message or delete it. The stamp may be of the form UTC timestamps
48 private String stamp;
54 stamp = item.getNode();
76 * Returns the stamp that uniquely identifies the offline message. This stamp will
77 * be used for getting the specific message or delete it. The stamp may be of the
80 * @return the stamp that uniquely identifies the offline message.
83 return stamp;