pidgin/pidgin

Merged in default (pull request #639)

2019-11-12, Gary Kramlich
8fe562cc7163
Merged in default (pull request #639)

Re-write jabber util tests to be subtest-ish

Approved-by: Gary Kramlich
Approved-by: John Bailey
if PLUGINS
xmppconsole_resource = gnome.compile_resources('xmppconsoleresources',
'xmppconsole.gresource.xml',
c_name : 'xmppconsole')
library('xmppconsole',
'xmppconsole.c', xmppconsole_resource,
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif # PLUGINS