diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-04-06 21:15:51 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-04-06 21:15:51 +0200 |
commit | 0becb683410eb31ba080968ff5d1db31b1166083 (patch) | |
tree | 47d50ae837df8912c66fe257a2a53b0aa577ae62 /src/xmpp | |
parent | fb4f82b82c81a9b05be8709f41602c8711f1cae9 (diff) | |
download | profani-tty-0becb683410eb31ba080968ff5d1db31b1166083.tar.gz |
Add comment what id is about
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/xmpp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index e6f5c13e..10b1a724 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -138,6 +138,7 @@ typedef enum { typedef struct prof_message_t { Jid *jid; + /* regular <message id=""> */ char *id; /* </origin-id> XEP-0359 */ char *originid; |