comparison libpurple/protocols/msn/nexus.h @ 23552:711773577380

Clean up some MSN SOAP stuff. I think soap2.[ch] have proven themselves since we've been using them all this time. Removed soap.[ch] and any references to them, since those were mostly in header files, without any actual use in code. Also, removed some SOAP templates from group.h which are now taken care of by contact.[ch].
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 28 Jun 2008 06:01:22 +0000
parents 9fdf0accd4aa
children a0e957b7b923
comparison
equal deleted inserted replaced
23551:8263c86099df 23552:711773577380
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 #ifndef _MSN_NEXUS_H_ 24 #ifndef _MSN_NEXUS_H_
25 #define _MSN_NEXUS_H_ 25 #define _MSN_NEXUS_H_
26
27 #include "soap.h"
28 26
29 /* Index into ticket_tokens in nexus.c Keep updated! */ 27 /* Index into ticket_tokens in nexus.c Keep updated! */
30 typedef enum 28 typedef enum
31 { 29 {
32 MSN_AUTH_MESSENGER = 0, 30 MSN_AUTH_MESSENGER = 0,