# HG changeset patch # User Elliott Sales de Andrade # Date 1274422865 0 # Node ID 3c4f821de25b5fe178f22c6b1c5884f42d9408c8 # Parent 11e748b759a22d0dff58ee8462b7bcf13cff4a9f A nonce doesn't seem to be necessary for an INVITE with Bridges. Didn't I make this change before? Anyway, should work with aMSN sending now. diff -r 11e748b759a2 -r 3c4f821de25b libpurple/protocols/msn/slp.c --- a/libpurple/protocols/msn/slp.c Fri May 21 04:51:31 2010 +0000 +++ b/libpurple/protocols/msn/slp.c Fri May 21 06:21:05 2010 +0000 @@ -733,7 +733,7 @@ bridges = get_token(content, "Bridges: ", "\r\n"); nonce = parse_dc_nonce(content, &ntype); - if (nonce && bridges && strstr(bridges, "TCPv1") != NULL) { + if (bridges && strstr(bridges, "TCPv1") != NULL) { /* * Ok, the client supports direct TCP connection * Try to create a listening port