pidgin/pidgin

Fix some warnings and other stuff that was missed when porting Jabber to Birb

Testing Done:
Touched all of the files in `libpurple/protocols/jabber`, compiled and verified there were no warnings.

Reviewed at https://reviews.imfreedom.org/r/2932/
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