libpurple/protocols/myspace/myspace.h

branch
soc.2007.msimprpl
changeset 17933
03228b5c78b5
parent 17930
d8908611bf64
child 17934
d163dde3aff1
equal deleted inserted replaced
17932:0d1fa8f1bf22 17933:03228b5c78b5
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. */

mercurial