Mercurial > pidgin
diff src/protocols/silc/silcgaim.h @ 10050:30e052ebb5ae
[gaim-migrate @ 11011]
Patch from Dave West:
Updates the SILC prpl to use gaim_prpl_got_user_status
instead of gaim_blist_update_buddy_presence.
Thanks Dave! Sorry it took me so long to get to this!
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 19 Sep 2004 20:17:12 +0000 |
| parents | e74eb0d11f86 |
| children | a66cf83552dc |
line wrap: on
line diff
--- a/src/protocols/silc/silcgaim.h Sun Sep 19 19:07:14 2004 +0000 +++ b/src/protocols/silc/silcgaim.h Sun Sep 19 20:17:12 2004 +0000 @@ -44,6 +44,15 @@ #define SILCGAIM_PRVGRP 0x001fffff +/* Status IDs */ +#define SILCGAIM_STATUS_ID_OFFLINE "offline" +#define SILCGAIM_STATUS_ID_ONLINE "online" +#define SILCGAIM_STATUS_ID_HYPER "hyper" +#define SILCGAIM_STATUS_ID_AWAY "away" +#define SILCGAIM_STATUS_ID_BUSY "busy" +#define SILCGAIM_STATUS_ID_INDISPOSED "indisposed" +#define SILCGAIM_STATUS_ID_PAGE "page" + typedef struct { unsigned long id; const char *channel;
