pidgin/pidgin

Port the demo protocol plugin to contacts

14 months ago, Gary Kramlich
9cb78e799a79
Port the demo protocol plugin to contacts

Testing Done:
Deleted the old `blist.xml` from my `XDG_CONFIG_HOME` and verified that I only got the new contacts and verified that they were not stored back to `blist.xml`.

Reviewed at https://reviews.imfreedom.org/r/2432/
unity = library('unity', 'unity.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'],
dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())