comparison libpurple/protocols/myspace/myspace.h @ 17289:73720427b132

Show online buddies on buddy list as online.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 02 Jun 2007 20:57:11 +0000
parents 58b4d103a5b8
children aa8e70fa1edc
comparison
equal deleted inserted replaced
17288:d353afe1aa12 17289:73720427b132
89 #define MSIM_BM_ACTION 121 89 #define MSIM_BM_ACTION 121
90 /* #define MSIM_BM_UNKNOWN1 122 */ 90 /* #define MSIM_BM_UNKNOWN1 122 */
91 91
92 /* Authentication algorithm for login2 */ 92 /* Authentication algorithm for login2 */
93 #define MSIM_AUTH_ALGORITHM 196610 93 #define MSIM_AUTH_ALGORITHM 196610
94
95 /* Indexes into status string (0|1|2|3|..., but 0 always empty) */
96 #define MSIM_STATUS_ORDINAL_EMPTY 0
97 #define MSIM_STATUS_ORDINAL_UNKNOWNs 1
98 #define MSIM_STATUS_ORDINAL_ONLINE 2
99 #define MSIM_STATUS_ORDINAL_UNKNOWNss 3
100 #define MSIM_STATUS_ORDINAL_HEADLINE 4
101 #define MSIM_STATUS_ORDINAL_UNKNOWNls 5
102 #define MSIM_STATUS_ORDINAL_UNKNOWN 6
103 #define MSIM_STATUS_ORDINAL_UNKNOWN1 7
104 #define MSIM_STATUS_ORDINAL_UNKNOWNp 8
105 #define MSIM_STATUS_ORDINAL_UNKNOWN2 9
94 106
95 /* Random number in every MsimSession, to ensure it is valid. */ 107 /* Random number in every MsimSession, to ensure it is valid. */
96 #define MSIM_SESSION_STRUCT_MAGIC 0xe4a6752b 108 #define MSIM_SESSION_STRUCT_MAGIC 0xe4a6752b
97 109
98 /* Everything needed to keep track of a session. */ 110 /* Everything needed to keep track of a session. */