summaryrefslogtreecommitdiff
path: root/libpurple/purplemessage.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-01-30 01:26:47 -0600
committerGary Kramlich <grim@reaperworld.com>2021-01-30 01:26:47 -0600
commit590af1f4439334e1c521f980aa1e98b6c7968528 (patch)
treebd28e220440b4a13e332c38c68cc448a6ef0165c /libpurple/purplemessage.h
parent76e010b41fa2009e370d85e88e55d54892229e5d (diff)
downloadpidgin-590af1f4439334e1c521f980aa1e98b6c7968528.tar.gz
Fix up the XEP-0280 carbons support.
My initial port of this wasn't great, this is much better. Testing Done: sent messages between pidgin2 with gkdr/carbons, conversations on my phone, and pidgin3. I sent messages from all clients and received them on all three clients. Reviewed at https://reviews.imfreedom.org/r/462/
Diffstat (limited to 'libpurple/purplemessage.h')
-rw-r--r--libpurple/purplemessage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/purplemessage.h b/libpurple/purplemessage.h
index 4ba35e4316..6724a0bae4 100644
--- a/libpurple/purplemessage.h
+++ b/libpurple/purplemessage.h
@@ -93,6 +93,7 @@ typedef enum /*< flags >*/
PURPLE_MESSAGE_NO_LINKIFY = 1 << 12,
PURPLE_MESSAGE_INVISIBLE = 1 << 13,
PURPLE_MESSAGE_REMOTE_SEND = 1 << 14,
+ PURPLE_MESSAGE_FORWARDED = 1 << 15,
} PurpleMessageFlags;
/**