diff src/protocols/oscar/aim.h @ 12349:2a1961c1a345

[gaim-migrate @ 14653] Get rid of oscar's copy of the available message and use the one in the status API everywhere. Also, I don't think 'available' message is technically correct. I think it could potentially be used for other stuff. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 05 Dec 2005 06:52:30 +0000
parents d8042646da26
children 9a0a6e74aafd
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Mon Dec 05 06:07:14 2005 +0000
+++ b/src/protocols/oscar/aim.h	Mon Dec 05 06:52:30 2005 +0000
@@ -640,7 +640,7 @@
 faim_export aim_conn_t *aim_getconn_fd(aim_session_t *, int fd);
 
 /* 0x0001 - service.c */
-faim_export int aim_srv_setavailmsg(aim_session_t *sess, const char *msg);
+faim_export int aim_srv_setstatusmsg(aim_session_t *sess, const char *msg);
 faim_export int aim_srv_setidle(aim_session_t *sess, fu32_t idletime);
 
 /* misc.c */
@@ -1088,9 +1088,9 @@
 	char *info_encoding;
 	fu16_t info_len;
 
-	char *avail;
-	char *avail_encoding;
-	fu16_t avail_len;
+	char *status;
+	char *status_encoding;
+	fu16_t status_len;
 
 	char *away;
 	char *away_encoding;