pidgin/pidgin

Remove the old status API

2 months ago, Gary Kramlich
e78a46048ae7
Remove the old status API

This has been a long time coming, but it's finally here!!

Testing Done:
April O'Neil covered it on the news!

I also ran the program and verified the demo protocol plugin was still working.

Reviewed at https://reviews.imfreedom.org/r/3103/
if get_option('doc')
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc)
endif