# HG changeset patch # User Elliott Sales de Andrade # Date 1304634072 0 # Node ID f518effe7395b2671c1b2b5c6009a228fc271e4d # Parent dfc2a8e98430e5afc84a5c5f2c25feffdef49d23 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. diff -r dfc2a8e98430 -r f518effe7395 libpurple/protocols/msn/p2p.c --- 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: