Changes between Version 2 and Version 3 of doc/design/flow


Ignore:
Timestamp:
06/19/2012 06:33:07 PM (14 years ago)
Author:
wangjianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/design/flow

    v2 v3  
    11= 推送流程 = 
    22 
    3 整个推送过程涉及以下3个主体: 
     3整个推送过程涉及以下3个主体: 
    44||主体||说明|| 
    5 ||PNS||Push Notification Server||推送服务器,即本系统|| 
    6 ||AS||Third-Party Application Server||第三方应用服务器,发起推送的主体|| 
    7 ||MD||Mobile Device||客户端移动设备,接收推送消息的主体|| 
     5||PNS||推送服务器(Push Notification Server),即本系统|| 
     6||Sender||第三方应用服务器,发起推送的主体|| 
     7||Client||客户端移动设备,接收推送消息的主体|| 
    88 
     9其推送流程如下: 
    9101.