|
gloox
1.0
|
#include <annotationshandler.h>
Public Attributes | |
| std::string | jid |
| std::string | cdate |
| std::string | mdate |
| std::string | note |
This describes a single note item.
Definition at line 29 of file annotationshandler.h.
| std::string cdate |
Creation date of this note.
Definition at line 32 of file annotationshandler.h.
| std::string jid |
The JID of the roster item this note is about
Definition at line 31 of file annotationshandler.h.
| std::string mdate |
Date of last modification of this note.
Definition at line 33 of file annotationshandler.h.
| std::string note |
The note.
Definition at line 34 of file annotationshandler.h.
1.8.1.2