diff options
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; |