comparison libpurple/protocols/yahoo/yahoo.h @ 19554:c07a9c6f0263

Fix yahoo chats again for their new super-duper-ultra-mega secure captcha stuff. "/join chat" still doesn't work, you need to use the roomlist because they now require the chat id to be set (the native client also has this problem). Fixes #2860.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 30 Aug 2007 18:38:15 +0000
parents ca45543c11a3
children 44b4e8bd759b
comparison
equal deleted inserted replaced
19553:f36d0d2bf6f2 19554:c07a9c6f0263
128 GSList *confs; 128 GSList *confs;
129 unsigned int conf_id; /* just a counter */ 129 unsigned int conf_id; /* just a counter */
130 gboolean chat_online; 130 gboolean chat_online;
131 gboolean in_chat; 131 gboolean in_chat;
132 char *chat_name; 132 char *chat_name;
133 char *pending_chat_room;
134 char *pending_chat_id;
135 char *pending_chat_topic;
136 char *pending_chat_goto;
133 char *auth; 137 char *auth;
134 gsize auth_written; 138 gsize auth_written;
135 char *cookie_y; 139 char *cookie_y;
136 char *cookie_t; 140 char *cookie_t;
137 int session_id; 141 int session_id;