comparison libpurple/protocols/msn/README @ 20394:4a099e4d0d09

propagate from branch 'im.pidgin.pidgin' (head 98b6b547b29ea1192b73cc4e1de1e674edef4328) to branch 'im.pidgin.rlaager.merging.msnp13-and-pidgin' (head 4d82c29e56bd33cd6f94302e343dfeb5d68ab3eb)
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 03:43:17 +0000
parents
children
comparison
equal deleted inserted replaced
20393:40a04930b233 20394:4a099e4d0d09
1 MSNP14 Implementation
2 by Ma Yuan<mayuan2006@gmail.com>
3
4 1. Introduction
5 -------------
6
7 MSNP14 Protocol, proposed by Windows Live Messenger, is new, and there is no available implementation except the official one on Windows Platform.
8
9 It has introduced many new features attractable to many users, such as:
10 * Offline Instant Message
11 You can send the offline Message to the offline User,
12 The message will be posted to that user the next time when he is online.
13
14 * Communicate with Yahoo User
15 U can chat with the Yahoo User in MSN, That's Fantastic! Till now ,
16 you can send text/Nudge to Yahoo User.
17
18 * Windows Live ID authentition
19 WLM use the Window Live ID Authentication process,Known as Passport 3.0,
20 The procedure is totally different to the previous Passport 2.0
21
22 * Video/Audio Conversation
23 U can communicate with other's via Video/Audio.
24 (Though very interesting, not implemented in this version)
25
26 2.New Features Added
27 -----------------
28
29 Till now, This project has implemented the following Feature:
30 * Windows Live ID authentication.
31
32 * Offline Instant Message
33 Now can send and receive the Offline Instant Message to MSN user and Yahoo User.
34
35 *contact management
36 Can add/delete Contact
37 Can add/delete Group
38
39 * Communicate with Yahoo User
40 Can send/receive Message/Nudge to Yahoo User.
41
42 *. Changes to made to fit MSNP14 Protocol
43
44 3. Reference
45 -------------
46
47 The very useful sites of MSN Protocol:
48 MSNpiki site:
49 reverse engineer of MSN Protocol.up to dated.
50 http://msnpiki.msnfanatic.com/index.php/MSN_Protocol_Version_13
51
52 hypothetic site:
53 old MSN Protocol Introduction,but very useful for basic idea of MSN protocol
54 http://www.hypothetic.org/docs/msn/index.php
55