comparison 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
comparison
equal deleted inserted replaced
10049:2ef4b5121efc 10050:30e052ebb5ae
41 /* Default settings for creating key pair */ 41 /* Default settings for creating key pair */
42 #define SILCGAIM_DEF_PKCS "rsa" 42 #define SILCGAIM_DEF_PKCS "rsa"
43 #define SILCGAIM_DEF_PKCS_LEN 2048 43 #define SILCGAIM_DEF_PKCS_LEN 2048
44 44
45 #define SILCGAIM_PRVGRP 0x001fffff 45 #define SILCGAIM_PRVGRP 0x001fffff
46
47 /* Status IDs */
48 #define SILCGAIM_STATUS_ID_OFFLINE "offline"
49 #define SILCGAIM_STATUS_ID_ONLINE "online"
50 #define SILCGAIM_STATUS_ID_HYPER "hyper"
51 #define SILCGAIM_STATUS_ID_AWAY "away"
52 #define SILCGAIM_STATUS_ID_BUSY "busy"
53 #define SILCGAIM_STATUS_ID_INDISPOSED "indisposed"
54 #define SILCGAIM_STATUS_ID_PAGE "page"
46 55
47 typedef struct { 56 typedef struct {
48 unsigned long id; 57 unsigned long id;
49 const char *channel; 58 const char *channel;
50 unsigned long chid; 59 unsigned long chid;