about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-04-06 21:17:42 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-04-06 21:17:42 +0200
commit6218a537276ca9c5e6ca3f6956759421c9425c23 (patch)
tree65a57e346b56424b57ebd3e22a0ec102d3939e21 /src/xmpp/xmpp.h
parent0becb683410eb31ba080968ff5d1db31b1166083 (diff)
downloadprofani-tty-6218a537276ca9c5e6ca3f6956759421c9425c23.tar.gz
Add hint about future ProfMessage Id needs
Diffstat (limited to 'src/xmpp/xmpp.h')
-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 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 */