#include <annotationshandler.h>
Public Attributes | |
std::string | jid |
std::string | cdate |
std::string | mdate |
std::string | note |
Definition at line 39 of file annotationshandler.h.
std::string jid |
The JID of the roster item this note is about
Definition at line 41 of file annotationshandler.h.
std::string cdate |
Creation date of this note.
Definition at line 42 of file annotationshandler.h.
std::string mdate |
Date of last modification of this note.
Definition at line 43 of file annotationshandler.h.
std::string note |
The note.
Definition at line 44 of file annotationshandler.h.