comparison plugins/gaim-remote/remote.h @ 9608:204f5d66a863

[gaim-migrate @ 10451] " I added two possible commands to gtk-remote: away and back. away causes the away dialog to appear with the default message and sets the status to away, back hides the dialog and sets the status to online. To implement this, I added to new CUI packet subtypes: CUI_USER_AWAY and CUI_USER_BACK. This are processed in core.c by calling do_away_message and do_im_back, respectively." --Istv?n V?radi committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 28 Jul 2004 00:29:52 +0000
parents 92cbf9713795
children b4b9dabdd7c7
comparison
equal deleted inserted replaced
9607:293de2970493 9608:204f5d66a863
57 #define CUI_USER_LIST 1 57 #define CUI_USER_LIST 1
58 #define CUI_USER_ADD 2 58 #define CUI_USER_ADD 2
59 #define CUI_USER_REMOVE 3 59 #define CUI_USER_REMOVE 3
60 #define CUI_USER_MODIFY 4 /* this handles moving them in the list too */ 60 #define CUI_USER_MODIFY 4 /* this handles moving them in the list too */
61 #define CUI_USER_SIGNON 5 61 #define CUI_USER_SIGNON 5
62 #define CUI_USER_AWAY 6
63 #define CUI_USER_BACK 7
62 64
63 #define CUI_CONN_LIST 1 65 #define CUI_CONN_LIST 1
64 #define CUI_CONN_PROGRESS 2 66 #define CUI_CONN_PROGRESS 2
65 #define CUI_CONN_ONLINE 3 67 #define CUI_CONN_ONLINE 3
66 #define CUI_CONN_OFFLINE 4 /* this may send a "reason" for why it was killed */ 68 #define CUI_CONN_OFFLINE 4 /* this may send a "reason" for why it was killed */