Class OfflineMessageHeader

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJid()
      Returns the full JID of the user that sent the message.
      java.lang.String getStamp()
      Returns the stamp that uniquely identifies the offline message.
      Jid 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
    • Method Detail

      • getUser

        public Jid getUser()
        Returns the bare JID of the user that was offline when the message was sent.
        Returns:
        the bare JID of the user that was offline when the message was sent.
      • getJid

        public java.lang.String getJid()
        Returns the full JID of the user that sent the message.
        Returns:
        the full JID of the user that sent the message.
      • getStamp

        public java.lang.String getStamp()
        Returns the stamp that uniquely identifies the offline message. This stamp will be used for getting the specific message or delete it. The stamp may be of the form UTC timestamps but it is not required to have that format.
        Returns:
        the stamp that uniquely identifies the offline message.