Mercurial > pidgin
comparison libpurple/protocols/msn/user.h @ 23521:a0e957b7b923
Take care of more cleanup in the MSN code.
No more C++ style comments.
msn_convert_iso8601 was replaced with purple_str_to_time everywhere, so
remove it.
REM and SYN were removed in MSNP13.
REA was removed in MSNP11.
PRP and BLP were added already, so remove the TODO.
Contact information is now taken from the contact server, so remove all
that commented code from the ADL command.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 12 Jul 2008 06:44:19 +0000 |
parents | 31b5a1334e7e |
children | e344426d7c28 |
comparison
equal
deleted
inserted
replaced
23520:9acfa387c0a2 | 23521:a0e957b7b923 |
---|---|
95 | 95 |
96 guint membership_id[5]; /**< The membershipId sent by the contacts server, | 96 guint membership_id[5]; /**< The membershipId sent by the contacts server, |
97 indexed by the list it belongs to */ | 97 indexed by the list it belongs to */ |
98 }; | 98 }; |
99 | 99 |
100 /**************************************************************************/ | 100 /************************************************************************** |
101 /** @name User API */ | 101 ** @name User API * |
102 /**************************************************************************/ | 102 **************************************************************************/ |
103 /*@{*/ | 103 /*@{*/ |
104 | 104 |
105 /** | 105 /** |
106 * Creates a new user structure. | 106 * Creates a new user structure. |
107 * | 107 * |