pidgin/pidgin

iterate on jabber callback when receiving more data than buffer size
iterate-on-receiving-data-in-jabber-callback
2019-11-10, Fabrice Bellet
7de5610adb49
iterate on jabber callback when receiving more data than buffer size
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