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
SIMPLESOURCES = [
'http.c',
'http.h',
'ntlm.c',
'ntlm.h',
'simple.c',
'simple.h',
'sipmsg.c',
'sipmsg.h'
]
if DYNAMIC_SIMPLE
simple_prpl = shared_library('simple', SIMPLESOURCES,
dependencies : [libpurple_dep, nettle, glib, gio, ws2_32],
install : true, install_dir : PURPLE_PLUGINDIR)
endif