#include <string.h>#include <libpurple/account.h>#include "../../dprint.h"#include "defines.h"#include "clientaccount.h"#include "mapping.h"

Go to the source code of this file.
Functions | |
| void | client_enable_account (PurpleAccount *account) |
| PurpleAccount * | client_find_account (extern_account_t *account) |
Variables | |
| PurpleProxyInfo * | proxy |
| void client_enable_account | ( | PurpleAccount * | account | ) |
Definition at line 71 of file clientaccount.c.
References LM_DBG, TRUE, and UI_ID.
Referenced by pipe_handle_publish().
| PurpleAccount* client_find_account | ( | extern_account_t * | account | ) |
Definition at line 31 of file clientaccount.c.
References LM_DBG, NULL, extern_account_t::password, extern_account_t::protocol, proxy, TRUE, and extern_account_t::username.
Referenced by pipe_handle_message(), pipe_handle_publish(), and pipe_handle_subscribe().
| PurpleProxyInfo* proxy |
Definition at line 109 of file jabber.c.
Referenced by ac_sl_msg(), client_find_account(), conf_destroy(), fixup_phostport2proxy(), miniclient_start(), mod_init(), update_proxy(), uri2su(), and utils_forward().
1.5.6