pidgin/pidgin

Port the demo protocol plugin to contacts

13 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/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)