Changes between Version 7 and Version 8 of doc/design/flow


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/design/flow

    v7 v8  
    55||PNS||推送服务器(Push Notification Server),即本系统|| 
    66||Sender||第三方应用服务器,发起推送的主体|| 
    7 ||Client||客户端移动设备,接收推送消息的主体|| 
     7||App||客户端应用,接收推送消息的主体|| 
    88 
    99其推送流程如下: 
    10 1. Client向PNS请求注册设备,参见[wiki:doc/interface/platform 平台接口定义]中的“设备注册接口” 
    11 > 1.1 1111 
     101. App向PNS提交appkey并请求注册该移动设备,参见[wiki:doc/interface/platform 平台接口定义]/设备注册接口。 
     112. PNS自动分配一个新的账号及随机密码返回给Client 
     123. App获取到账号信息后登录PNS 
     134. App向PNS发出获取推送Token的请求,参见[wiki:doc/interface/platform 平台接口定义]/获取推送Token接口 
     145. PNS根据