--- a/libpurple/conversation.h Wed Feb 22 12:50:51 2017 -0300 +++ b/libpurple/conversation.h Thu Feb 23 00:44:26 2017 -0300 @@ -126,7 +126,10 @@ PURPLE_MESSAGE_NOTIFY = 0x2000, /**< Message is a notification */ PURPLE_MESSAGE_NO_LINKIFY = 0x4000, /**< Message should not be auto- linkified @since 2.1.0 */ - PURPLE_MESSAGE_INVISIBLE = 0x8000 /**< Message should not be displayed */ + PURPLE_MESSAGE_INVISIBLE = 0x8000, /**< Message should not be displayed */ + PURPLE_MESSAGE_REMOTE_SEND = 0x10000 /**< Message sent from another location, + not an echo of a local one + @since 2.12.0 */ } PurpleMessageFlags; /**