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 22:34:45 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-04-06 22:34:45 +0200
commit37c2bd9334f67f0e4fd15b4694b35f09b80e8c9b (patch)
tree4957994070054c0e8b99399a656b4246c7ec78c6 /src/xmpp/xmpp.h
parentaa12399b5b6f22a90d030fd52f5a58f5dbb89332 (diff)
downloadprofani-tty-37c2bd9334f67f0e4fd15b4694b35f09b80e8c9b.tar.gz
Fix comment
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index c83869a5..4dff46cc 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -144,7 +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)
+   /* for MAM we will need archive_id (stanza-id in 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 */