aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/sb.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-09-16 01:09:58 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-09-16 01:09:58 +0100
commitbc676acb5f316f0688ab9f99dd2b73315a6ad50c (patch)
tree813e8096aa3589d4b8d3f9be45d72f282aa31292 /protocols/msn/sb.c
parentddca104c8c6e75e0b70bf804a23c98a78946fbdb (diff)
MSNP18 code. It logs in now but otherwise doesn't work all too well.
Diffstat (limited to 'protocols/msn/sb.c')
-rw-r--r--protocols/msn/sb.c5
1 files changed, 1 insertions, 4 deletions
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 )