pidgin/pidgin

7c5b89b33e19
Separate the conversation commands out to their own file

Testing Done:
Ran pidgin locally verified the commands worked. Ran `ninja pidgin-doc` as well as `ninja pidgin-pot`

Reviewed at https://reviews.imfreedom.org/r/632/
if PLUGINS
if target_machine.system() != 'windows'
CANBERRA = dependency('libcanberra', version: '>= 0.30')
library('notification-sound', 'notification-sound.c',
dependencies : [libpurple_dep, glib, CANBERRA],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
endif
endif