view libpurple/dbus-useful.h @ 26836:a4b59d72b94b

Marcus convinced me (I didn't need much) this is a better idea. I suggested an XML file (like the public servers) in jdev and Florob came back with a suggestion to encrypt the file transfers (+1). Marcus: I still wonder if we should set that default proxy... Marcus: it will be good for people using gmail
author Paul Aurich <paul@darkrain42.org>
date Wed, 06 May 2009 22:01:23 +0000
parents 32c366eeeb99
children 98520ee78f12
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);