aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/ns.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-09 20:04:55 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-09 20:04:55 +0100
commit7db65b7df08a3c7cab28e065b2ffa3d9941ceccb (patch)
treede6cbc776712ce1cf96a1418a80b29927c0087ea /protocols/msn/ns.c
parent5fecede7db56a41cf9d6ecb2b821f5a833ce0f59 (diff)
Not working yet, but some code for fetching the membership list. Apparently
an upgrade to MSNP15 is needed. Oh well.
Diffstat (limited to 'protocols/msn/ns.c')
-rw-r--r--protocols/msn/ns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c
index 897650a6..8236b731 100644
--- a/protocols/msn/ns.c
+++ b/protocols/msn/ns.c
@@ -28,6 +28,7 @@
#include "msn.h"
#include "passport.h"
#include "md5.h"
+#include "soap.h"
static gboolean msn_ns_callback( gpointer data, gint source, b_input_condition cond );
static int msn_ns_command( gpointer data, char **cmd, int num_parts );
@@ -238,8 +239,7 @@ static int msn_ns_command( gpointer data, char **cmd, int num_parts )
imcb_log( ic, "Authenticated, getting buddy list" );
- g_snprintf( buf, sizeof( buf ), "SYN %d 0\r\n", ++md->trId );
- return( msn_write( ic, buf, strlen( buf ) ) );
+ msn_soap_memlist_request( ic );
}
else
{