pidgin/pidgin

Remove the recipient property from PurpleMessage
default tip
3 hours ago, Gary Kramlich
60e003f0c3fc
Remove the recipient property from PurpleMessage

This property never really made sense. It only worked for dm's and even then
the message belongs to the conversation that knows who it's going to. Also,
there aren't any use cases I'm aware of, where you need this at all.

Testing Done:
Had the turtles do their thing!

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