1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Add comment what id is about

This commit is contained in:
Michael Vetter 2020-04-06 21:15:51 +02:00
parent fb4f82b82c
commit 0becb68341

View File

@ -138,6 +138,7 @@ typedef enum {
typedef struct prof_message_t {
Jid *jid;
/* regular <message id=""> */
char *id;
/* </origin-id> XEP-0359 */
char *originid;