pidgin/pidgin

b1921b17b683
Replace some utility functions with actual widgets

Replace pidgin_create_dialog with PidginDialog

Testing Done:
Compile and basic run with im's sent.

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