Support libpurple 2.13

get_cb_alias was introduced in 2.14 and referencing it directly in this
macro breaks compilation against libpurple-2.13, as found in Debian
Buster.

https://docs.pidgin.im/pidgin/2.x.y/struct__PurplePluginProtocolInfo.html#ad43cef005f1634b0d170cc2972c69550
This commit is contained in:
2021-04-10 14:26:42 +01:00
parent f4d380876d
commit 24b022f535

View File

@@ -134,5 +134,4 @@ impl_extra_handler_builder! {
get_chat_name => GetChatNameHandler
send_im => SendIMHandler
chat_send => ChatSendHandler
// get_cb_alias => GetChatBuddyAlias
}