|
zacw@2504
|
1 |
/* |
|
zacw@2504
|
2 |
* purple |
|
zacw@2504
|
3 |
* |
|
zacw@2504
|
4 |
* Purple is the legal property of its developers, whose names are too numerous |
|
zacw@2504
|
5 |
* to list here. Please refer to the COPYRIGHT file distributed with this |
|
zacw@2504
|
6 |
* source distribution. |
|
zacw@2504
|
7 |
* |
|
zacw@2504
|
8 |
* This program is free software; you can redistribute it and/or modify |
|
zacw@2504
|
9 |
* it under the terms of the GNU General Public License as published by |
|
zacw@2504
|
10 |
* the Free Software Foundation; either version 2 of the License, or |
|
zacw@2504
|
11 |
* (at your option) any later version. |
|
zacw@2504
|
12 |
* |
|
zacw@2504
|
13 |
* This program is distributed in the hope that it will be useful, |
|
zacw@2504
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
zacw@2504
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
zacw@2504
|
16 |
* GNU General Public License for more details. |
|
zacw@2504
|
17 |
* |
|
zacw@2504
|
18 |
* You should have received a copy of the GNU General Public License |
|
zacw@2504
|
19 |
* along with this program; if not, write to the Free Software |
|
zacw@2504
|
20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
|
zacw@2504
|
21 |
* |
|
zacw@2504
|
22 |
*/ |
|
zacw@2504
|
23 |
|
|
zacw@2504
|
24 |
|
|
zacw@2504
|
25 |
#include "internal.h" |
|
zacw@2504
|
26 |
|
|
zacw@2504
|
27 |
#include "account.h" |
|
zacw@2504
|
28 |
#include "accountopt.h" |
|
zacw@2504
|
29 |
#include "blist.h" |
|
zacw@2504
|
30 |
#include "debug.h" |
|
zacw@2504
|
31 |
#include "util.h" |
|
zacw@2504
|
32 |
#include "version.h" |
|
zacw@2535
|
33 |
#include "libymsg.h" |
|
zacw@2504
|
34 |
#include "yahoo_packet.h" |
|
zacw@2504
|
35 |
|
|
zacw@2504
|
36 |
void yahoo_update_alias(PurpleConnection *gc, const char *who, const char *alias); |
|
zacw@2504
|
37 |
void yahoo_fetch_aliases(PurpleConnection *gc); |
|
zacw@2535
|
38 |
void yahoo_set_userinfo(PurpleConnection *gc); |
|
zacw@2539
|
39 |
void yahoo_set_userinfo_for_buddy(PurpleConnection *gc, PurpleBuddy *buddy); |
|
zacw@2539
|
40 |
void yahoo_personal_details_reset(YahooPersonalDetails *ypd, gboolean all); |
|
zacw@2539
|
41 |
void yahoo_process_contact_details(PurpleConnection *gc, struct yahoo_packet *pkt); |