pidgin/ljfisher-ssl-client-auth

de2ccb87bfe0
Parents 7a4900ca69b1
Children 8f750daa1284
I think this is the way to map to P2Pv2, but I don't have Internet
access to be sure about it. I'll get to the rest when I'm next online.
--- a/libpurple/protocols/msn/p2p.c Thu May 05 22:19:36 2011 +0000
+++ b/libpurple/protocols/msn/p2p.c Thu May 05 22:21:12 2011 +0000
@@ -373,7 +373,7 @@
break;
case MSN_P2P_VERSION_TWO:
- /* Nothing to do! */
+ session_id = info->header.v2.session_id;
break;
default:
@@ -394,7 +394,7 @@
break;
case MSN_P2P_VERSION_TWO:
- /* Nothing to do! */
+ id = info->header.v2.base_id;
break;
default:
@@ -566,7 +566,7 @@
break;
case MSN_P2P_VERSION_TWO:
- /* Nothing to do! */
+ info->header.v2.session_id = session_id;
break;
default:
@@ -584,7 +584,7 @@
break;
case MSN_P2P_VERSION_TWO:
- /* Nothing to do! */
+ info->header.v2.base_id = id;
break;
default: