From bc676acb5f316f0688ab9f99dd2b73315a6ad50c Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 16 Sep 2012 01:09:58 +0100 Subject: MSNP18 code. It logs in now but otherwise doesn't work all too well. --- protocols/msn/sb.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'protocols/msn/sb.c') diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c index 45e74cb0..14465c67 100644 --- a/protocols/msn/sb.c +++ b/protocols/msn/sb.c @@ -628,12 +628,9 @@ static int msn_sb_command( struct msn_handler_data *handler, char **cmd, int num /* If the person is offline, send an offline message instead, and don't report an error. */ - /* TODO: Support for OIMs that works. (#874) */ - /* if( num == 217 ) - msn_soap_oim_send_queue( ic, &sb->msgq ); + msn_ns_oim_send_queue( ic, &sb->msgq ); else - */ imcb_error( ic, "Error reported by switchboard server: %s", err->text ); if( err->flags & STATUS_SB_FATAL ) -- cgit v1.2.3