qulogic/pidgin

6aaf9a66f9d9
Mark the Jabber/XMPP protocol plugin as deprecated

This is to allow us to distinguish the new XMPP protocol plugin that we will be
starting shortly.

Testing Done:
Compiled and verified the ui looked alright with the change.

Reviewed at https://reviews.imfreedom.org/r/2855/
subdir('reference')
if ENABLE_GTK
configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif