Sat, 10 Jan 2004 04:04:57 +0000
[gaim-migrate @ 8730]
John Silverstri did this for me.
| 6513 | 1 | /** |
| 2 | * @file yahoo.h The Yahoo! protocol plugin | |
| 3 | * | |
| 4 | * gaim | |
| 5 | * | |
| 8046 | 6 | * Gaim is the legal property of its developers, whose names are too numerous |
| 7 | * to list here. Please refer to the COPYRIGHT file distributed with this | |
| 8 | * source distribution. | |
| 6513 | 9 | * |
| 10 | * This program is free software; you can redistribute it and/or modify | |
| 11 | * it under the terms of the GNU General Public License as published by | |
| 12 | * the Free Software Foundation; either version 2 of the License, or | |
| 13 | * (at your option) any later version. | |
| 14 | * | |
| 15 | * This program is distributed in the hope that it will be useful, | |
| 16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 18 | * GNU General Public License for more details. | |
| 19 | * | |
| 20 | * You should have received a copy of the GNU General Public License | |
| 21 | * along with this program; if not, write to the Free Software | |
| 22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 23 | */ | |
| 24 | ||
| 25 | #ifndef _YAHOO_H_ | |
| 26 | #define _YAHOO_H_ | |
| 27 | ||
| 6784 | 28 | #include "prpl.h" |
| 29 | ||
| 8045 | 30 | #define YAHOO_WEBMESSENGER |
| 31 | ||
| 7883 | 32 | #define YAHOO_PAGER_HOST "scs.msg.yahoo.com" |
| 7827 | 33 | #define YAHOO_PAGER_PORT 5050 |
| 34 | #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/" | |
| 7651 | 35 | #define YAHOO_XFER_HOST "filetransfer.msg.yahoo.com" |
| 36 | #define YAHOO_XFER_PORT 80 | |
| 37 | ||
| 7134 | 38 | #define WEBMESSENGER_URL "http://login.yahoo.com/config/login?.src=pg" |
| 39 | ||
| 6729 | 40 | enum yahoo_service { /* these are easier to see in hex */ |
| 41 | YAHOO_SERVICE_LOGON = 1, | |
| 42 | YAHOO_SERVICE_LOGOFF, | |
| 43 | YAHOO_SERVICE_ISAWAY, | |
| 44 | YAHOO_SERVICE_ISBACK, | |
| 45 | YAHOO_SERVICE_IDLE, /* 5 (placemarker) */ | |
| 46 | YAHOO_SERVICE_MESSAGE, | |
| 47 | YAHOO_SERVICE_IDACT, | |
| 48 | YAHOO_SERVICE_IDDEACT, | |
| 49 | YAHOO_SERVICE_MAILSTAT, | |
| 50 | YAHOO_SERVICE_USERSTAT, /* 0xa */ | |
| 51 | YAHOO_SERVICE_NEWMAIL, | |
| 52 | YAHOO_SERVICE_CHATINVITE, | |
| 53 | YAHOO_SERVICE_CALENDAR, | |
| 54 | YAHOO_SERVICE_NEWPERSONALMAIL, | |
| 55 | YAHOO_SERVICE_NEWCONTACT, | |
| 56 | YAHOO_SERVICE_ADDIDENT, /* 0x10 */ | |
| 57 | YAHOO_SERVICE_ADDIGNORE, | |
| 58 | YAHOO_SERVICE_PING, | |
| 59 | YAHOO_SERVICE_GOTGROUPRENAME, | |
| 60 | YAHOO_SERVICE_SYSMESSAGE = 0x14, | |
| 61 | YAHOO_SERVICE_PASSTHROUGH2 = 0x16, | |
| 62 | YAHOO_SERVICE_CONFINVITE = 0x18, | |
| 63 | YAHOO_SERVICE_CONFLOGON, | |
| 64 | YAHOO_SERVICE_CONFDECLINE, | |
| 65 | YAHOO_SERVICE_CONFLOGOFF, | |
| 66 | YAHOO_SERVICE_CONFADDINVITE, | |
| 67 | YAHOO_SERVICE_CONFMSG, | |
| 68 | YAHOO_SERVICE_CHATLOGON, | |
| 69 | YAHOO_SERVICE_CHATLOGOFF, | |
| 70 | YAHOO_SERVICE_CHATMSG = 0x20, | |
| 71 | YAHOO_SERVICE_GAMELOGON = 0x28, | |
| 72 | YAHOO_SERVICE_GAMELOGOFF, | |
| 73 | YAHOO_SERVICE_GAMEMSG = 0x2a, | |
| 74 | YAHOO_SERVICE_FILETRANSFER = 0x46, | |
| 75 | YAHOO_SERVICE_VOICECHAT = 0x4A, | |
| 76 | YAHOO_SERVICE_NOTIFY = 0x4B, | |
| 77 | YAHOO_SERVICE_VERIFY, | |
| 78 | YAHOO_SERVICE_P2PFILEXFER, | |
| 79 | YAHOO_SERVICE_PEEPTOPEER = 0x4F, | |
| 80 | YAHOO_SERVICE_WEBCAM, | |
| 81 | YAHOO_SERVICE_AUTHRESP = 0x54, | |
| 82 | YAHOO_SERVICE_LIST = 0x55, | |
| 83 | YAHOO_SERVICE_AUTH = 0x57, | |
| 84 | YAHOO_SERVICE_ADDBUDDY = 0x83, | |
| 85 | YAHOO_SERVICE_REMBUDDY = 0x84, | |
| 86 | YAHOO_SERVICE_IGNORECONTACT, /* > 1, 7, 13 < 1, 66, 13, 0*/ | |
| 87 | YAHOO_SERVICE_REJECTCONTACT, | |
| 88 | YAHOO_SERVICE_GROUPRENAME = 0x89, /* > 1, 65(new), 66(0), 67(old) */ | |
| 6847 | 89 | /* YAHOO_SERVICE_??? = 0x8A, */ |
| 6729 | 90 | YAHOO_SERVICE_CHATONLINE = 0x96, /* > 109(id), 1, 6(abcde) < 0,1*/ |
| 91 | YAHOO_SERVICE_CHATGOTO, | |
| 92 | YAHOO_SERVICE_CHATJOIN, /* > 1 104-room 129-1600326591 62-2 */ | |
| 93 | YAHOO_SERVICE_CHATLEAVE, | |
| 94 | YAHOO_SERVICE_CHATEXIT = 0x9b, | |
| 95 | YAHOO_SERVICE_CHATADDINVITE = 0x9d, | |
| 96 | YAHOO_SERVICE_CHATLOGOUT = 0xa0, | |
| 97 | YAHOO_SERVICE_CHATPING, | |
| 7134 | 98 | YAHOO_SERVICE_COMMENT = 0xa8, |
| 99 | YAHOO_SERVICE_WEBLOGIN = 0x0226 | |
| 6729 | 100 | }; |
| 6513 | 101 | |
| 6729 | 102 | enum yahoo_status { |
| 103 | YAHOO_STATUS_AVAILABLE = 0, | |
| 104 | YAHOO_STATUS_BRB, | |
| 105 | YAHOO_STATUS_BUSY, | |
| 106 | YAHOO_STATUS_NOTATHOME, | |
| 107 | YAHOO_STATUS_NOTATDESK, | |
| 108 | YAHOO_STATUS_NOTINOFFICE, | |
| 109 | YAHOO_STATUS_ONPHONE, | |
| 110 | YAHOO_STATUS_ONVACATION, | |
| 111 | YAHOO_STATUS_OUTTOLUNCH, | |
| 112 | YAHOO_STATUS_STEPPEDOUT, | |
| 113 | YAHOO_STATUS_INVISIBLE = 12, | |
| 114 | YAHOO_STATUS_CUSTOM = 99, | |
| 115 | YAHOO_STATUS_IDLE = 999, | |
| 7134 | 116 | YAHOO_STATUS_WEBLOGIN = 0x5a55aa55, |
| 6729 | 117 | YAHOO_STATUS_OFFLINE = 0x5a55aa56, /* don't ask */ |
| 118 | YAHOO_STATUS_TYPING = 0x16 | |
| 119 | }; | |
| 120 | ||
| 121 | struct yahoo_data { | |
| 122 | int fd; | |
| 123 | guchar *rxqueue; | |
| 124 | int rxlen; | |
| 6784 | 125 | GHashTable *friends; |
| 6729 | 126 | int current_status; |
| 127 | gboolean logged_in; | |
| 6784 | 128 | GString *tmp_serv_blist, *tmp_serv_ilist; |
| 6729 | 129 | GSList *confs; |
| 130 | unsigned int conf_id; /* just a counter */ | |
| 131 | gboolean chat_online; | |
| 132 | gboolean in_chat; | |
| 133 | char *chat_name; | |
| 7134 | 134 | char *auth; |
| 7651 | 135 | char *cookie_y; |
| 136 | char *cookie_t; | |
| 137 | int session_id; | |
| 6729 | 138 | }; |
| 139 | ||
| 140 | struct yahoo_pair { | |
| 141 | int key; | |
| 142 | char *value; | |
| 143 | }; | |
| 144 | ||
| 145 | struct yahoo_packet { | |
| 146 | guint16 service; | |
| 147 | guint32 status; | |
| 148 | guint32 id; | |
| 149 | GSList *hash; | |
| 150 | }; | |
| 151 | ||
| 6784 | 152 | struct yahoo_friend { /* we'll call them friends, so we don't confuse them with GaimBuddy */ |
| 153 | enum yahoo_status status; | |
| 154 | char *msg; | |
| 155 | char *game; | |
| 156 | int idle; | |
| 157 | int away; | |
| 158 | gboolean sms; | |
| 159 | }; | |
| 160 | ||
| 6895 | 161 | #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48) |
| 6847 | 162 | |
| 7651 | 163 | #ifdef YAHOO_WEBMESSENGER |
| 164 | #define YAHOO_PROTO_VER 0x0065 | |
| 165 | #else | |
| 166 | #define YAHOO_PROTO_VER 0x000b | |
| 167 | #endif | |
| 168 | ||
| 169 | #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) | |
| 170 | ||
| 171 | /* sometimes i wish prpls could #include things from other prpls. then i could just | |
| 172 | * use the routines from libfaim and not have to admit to knowing how they work. */ | |
| 173 | #define yahoo_put16(buf, data) ( \ | |
| 174 | (*(buf) = (unsigned char)((data)>>8)&0xff), \ | |
| 175 | (*((buf)+1) = (unsigned char)(data)&0xff), \ | |
| 176 | 2) | |
| 177 | #define yahoo_get16(buf) ((((*(buf))<<8)&0xff00) + ((*((buf)+1)) & 0xff)) | |
| 178 | #define yahoo_put32(buf, data) ( \ | |
| 179 | (*((buf)) = (unsigned char)((data)>>24)&0xff), \ | |
| 180 | (*((buf)+1) = (unsigned char)((data)>>16)&0xff), \ | |
| 181 | (*((buf)+2) = (unsigned char)((data)>>8)&0xff), \ | |
| 182 | (*((buf)+3) = (unsigned char)(data)&0xff), \ | |
| 183 | 4) | |
| 184 | #define yahoo_get32(buf) ((((*(buf))<<24)&0xff000000) + \ | |
| 185 | (((*((buf)+1))<<16)&0x00ff0000) + \ | |
| 186 | (((*((buf)+2))<< 8)&0x0000ff00) + \ | |
| 187 | (((*((buf)+3) )&0x000000ff))) | |
| 188 | ||
| 189 | ||
| 6729 | 190 | struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, enum yahoo_status status, int id); |
| 191 | void yahoo_packet_hash(struct yahoo_packet *pkt, int key, const char *value); | |
| 192 | int yahoo_send_packet(struct yahoo_data *yd, struct yahoo_packet *pkt); | |
| 7651 | 193 | void yahoo_packet_write(struct yahoo_packet *pkt, guchar *data); |
| 194 | int yahoo_packet_length(struct yahoo_packet *pkt); | |
| 6729 | 195 | void yahoo_packet_free(struct yahoo_packet *pkt); |
| 196 | ||
| 197 | /* util.c */ | |
| 6513 | 198 | void yahoo_init_colorht(); |
| 199 | void yahoo_dest_colorht(); | |
| 6629 | 200 | char *yahoo_codes_to_html(const char *x); |
| 201 | char *yahoo_html_to_codes(const char *src); | |
| 6513 | 202 | |
| 7827 | 203 | /** |
| 204 | * Encode some text to send to the yahoo server. | |
| 205 | * | |
| 206 | * @param gc The connection handle. | |
| 207 | * @param str The null terminated utf8 string to encode. | |
| 208 | * @param utf8 If not @c NULL, whether utf8 is okay or not. | |
| 209 | * Even if it is okay, we may not use it. If we | |
| 210 | * used it, we set this to @c TRUE, else to | |
| 211 | * @c FALSE. If @c NULL, false is assumed, and | |
| 212 | * it is not dereferenced. | |
| 213 | * @return The g_malloced string in the appropriate encoding. | |
| 214 | */ | |
| 215 | char *yahoo_string_encode(GaimConnection *gc, const char *str, gboolean *utf8); | |
| 216 | ||
| 217 | /** | |
| 218 | * Decode some text received from the server. | |
| 219 | * | |
| 220 | * @param gc The gc handle. | |
| 221 | * @param str The null terminated string to decode. | |
| 222 | * @param utf8 Did the server tell us it was supposed to be utf8? | |
| 223 | * @return The decoded, utf-8 string, which must be g_free()'d. | |
| 224 | */ | |
| 225 | char *yahoo_string_decode(GaimConnection *gc, const char *str, gboolean utf8); | |
| 226 | ||
| 6513 | 227 | #endif /* _YAHOO_H_ */ |