comparison src/prpl.h @ 3001:87fff45fa36b

[gaim-migrate @ 3014] Improved typing notification for Yahoo so that it sends and recieves notification that the user has stopped typing. Also, combined serv_send_typing and serv_send_typing_stopped... expect the same with serv_got_typing_stopped. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 04 Mar 2002 04:18:02 +0000
parents 7239a392486c
children 1143524a2eaf
comparison
equal deleted inserted replaced
3000:6d95285533df 3001:87fff45fa36b
102 102
103 void (* login) (struct aim_user *); 103 void (* login) (struct aim_user *);
104 void (* close) (struct gaim_connection *); 104 void (* close) (struct gaim_connection *);
105 int (* send_im) (struct gaim_connection *, char *who, char *message, int away); 105 int (* send_im) (struct gaim_connection *, char *who, char *message, int away);
106 void (* set_info) (struct gaim_connection *, char *info); 106 void (* set_info) (struct gaim_connection *, char *info);
107 int (* send_typing) (struct gaim_connection *, char *name); 107 int (* send_typing) (struct gaim_connection *, char *name, int typing);
108 void (* send_typing_stopped) (struct gaim_connection *, char *name);
109 void (* get_info) (struct gaim_connection *, char *who); 108 void (* get_info) (struct gaim_connection *, char *who);
110 void (* set_away) (struct gaim_connection *, char *state, char *message); 109 void (* set_away) (struct gaim_connection *, char *state, char *message);
111 void (* get_away) (struct gaim_connection *, char *who); 110 void (* get_away) (struct gaim_connection *, char *who);
112 void (* set_dir) (struct gaim_connection *, char *first, 111 void (* set_dir) (struct gaim_connection *, char *first,
113 char *middle, 112 char *middle,