about summary refs log tree commit diff stats
path: root/src
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 /src
parentfb4f82b82c81a9b05be8709f41602c8711f1cae9 (diff)
downloadprofani-tty-0becb683410eb31ba080968ff5d1db31b1166083.tar.gz
Add comment what id is about
Diffstat (limited to 'src')
-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;
id='n120' href='#n120'>120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166