From 37c2bd9334f67f0e4fd15b4694b35f09b80e8c9b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 6 Apr 2020 22:34:45 +0200 Subject: [PATCH] Fix comment --- src/xmpp/xmpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* 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 */