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 10b1a724..c83869a5 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -144,6 +144,7 @@ typedef struct prof_message_t { char *originid; /* <replace id> XEP-0308 LMC */ char *replace_id; + /* for MAM we will need archive_id (also XEP-0359) (see database.c) /* The raw body from xmpp message, either plaintext or OTR encrypted text */ char *body; /* The encrypted message as for PGP */ |