qulogic/pidgin

start of the new xmpp's connection

6 months ago, Gary Kramlich
a8a644e3e561
start of the new xmpp's connection

Right now this just establishes a TCP connection via SRV record and nothing
more.

Testing Done:
Connected to pidginchat.com successfully and verified the traffic via charles proxy.

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