about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-04-06 21:15:51 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-04-06 21:15:51 +0200
commit0becb683410eb31ba080968ff5d1db31b1166083 (patch)
tree47d50ae837df8912c66fe257a2a53b0aa577ae62
parentfb4f82b82c81a9b05be8709f41602c8711f1cae9 (diff)
downloadprofani-tty-0becb683410eb31ba080968ff5d1db31b1166083.tar.gz
Add comment what id is about
-rw-r--r--src/xmpp/xmpp.h1
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;