pidgin/pidgin

f2f397659f30
Convert Finch to the PurpleConversationManager API

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/751/
NULL_SOURCES = [
'nullprpl.h',
'nullprpl.c'
]
# nullprpl isn't built by default; when it is built, it's dynamically linked
if DYNAMIC_NULL
null_prpl = shared_library('null', NULL_SOURCES,
dependencies : [libpurple_dep, glib],
install : false, install_dir : PURPLE_PLUGINDIR)
endif