--- a/libpurple/prpl.h Thu Mar 22 22:30:37 2018 +0000 +++ b/libpurple/prpl.h Thu Mar 22 22:30:40 2018 +0000 @@ -209,7 +209,14 @@ * along with an invitation. * @since 2.8.0 */ - OPT_PROTO_INVITE_MESSAGE = 0x00000800 + OPT_PROTO_INVITE_MESSAGE = 0x00000800, + + /** + * Indicates that this protocol supports creating invisible buddies for + * reporting presence/alias of IM peers. + * @since 2.14.0 + */ + OPT_PROTO_TRANSIENT_BUDDIES = 0x00001000, } PurpleProtocolOptions;