aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/sb.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-02-11 17:26:41 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2012-02-11 17:26:41 +0000
commitdcf155d79a41a747ae73e51e028c6085f28dc30f (patch)
tree7398e653c28d3993737c7cf6b75b035985a5a44d /protocols/msn/sb.c
parent4f37a98fe518297822ac47c09e6c034dbcd49540 (diff)
Drop dead support for MSN offline messages (that SOAP server isn't even in
DNS anymore). Bug #874 for adding support for the new (much simpler, for a change) way.
Diffstat (limited to 'protocols/msn/sb.c')
-rw-r--r--protocols/msn/sb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c
index f2a20a5b..45e74cb0 100644
--- a/protocols/msn/sb.c
+++ b/protocols/msn/sb.c
@@ -628,9 +628,12 @@ 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 );
else
+ */
imcb_error( ic, "Error reported by switchboard server: %s", err->text );
if( err->flags & STATUS_SB_FATAL )