comparison libpurple/protocols/msn/msn.h @ 20459:46437bdf316b

In the initial ADL listing, send the commands in the correct sequence as required by the server: BLP, ADL and PRP. When the server acknowledges this initial ADL, send CHG with status information
author Carlos Silva <typ0@pidgin.im>
date Thu, 05 Jul 2007 06:35:37 +0000
parents 4403cecc7cd6
children 1754155051a4
comparison
equal deleted inserted replaced
20458:faad7d69de10 20459:46437bdf316b
140 (MSN_CLIENT_ID_RESERVED_1 << 16) | \ 140 (MSN_CLIENT_ID_RESERVED_1 << 16) | \
141 (MSN_CLIENT_ID_RESERVED_2 << 8) | \ 141 (MSN_CLIENT_ID_RESERVED_2 << 8) | \
142 (MSN_CLIENT_ID_CAPABILITIES)) 142 (MSN_CLIENT_ID_CAPABILITIES))
143 143
144 void msn_act_id(PurpleConnection *gc, const char *entry); 144 void msn_act_id(PurpleConnection *gc, const char *entry);
145 145 void msn_send_privacy(PurpleConnection *gc);
146 146
147 #endif /* _MSN_H_ */ 147 #endif /* _MSN_H_ */