Mercurial > pidgin.yaz
diff libpurple/protocols/msn/slpmsg.c @ 31717:9562a7baa9e4
Add P2Pv2 header information to the P2P info struct. Of course, all
the v2 stuff does nothing right now.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 28 Feb 2011 00:19:29 +0000 |
parents | 34da321b60f1 |
children | 968103d932d6 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpmsg.c Mon Feb 28 00:12:20 2011 +0000 +++ b/libpurple/protocols/msn/slpmsg.c Mon Feb 28 00:19:29 2011 +0000 @@ -48,7 +48,7 @@ else slpmsg->slplink = NULL; - slpmsg->p2p_info = msn_p2p_info_new(); + slpmsg->p2p_info = msn_p2p_info_new(MSN_P2P_VERSION_ONE); return slpmsg; }