view libpurple/dbus-useful.h @ 28100:f834ffa7490b

cert: Validate subject name before prompting due to no CA pool. This likely 'broke' when the subject name validation was moved to the end of x509_tls_cached_unknown_peer. String changes going into 2.6.1. I need to stop looking at these functions, but the Black Hat conference provoked me.
author Paul Aurich <paul@darkrain42.org>
date Fri, 31 Jul 2009 06:35:35 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#include "conversation.h"

PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id,
				    gboolean (*account_test)(const PurpleAccount *account));

PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol);

PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);