Changes between Version 11 and Version 12 of Servicos/Funambol/pushMailSMSSender


Ignore:
Timestamp:
08/25/09 09:56:13 (15 years ago)
Author:
emersonfaria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Servicos/Funambol/pushMailSMSSender

    v11 v12  
     1[[BR]] 
    12= PushMailSMSSender para o servidor Funambol versão 7.0.4: = 
    23 
     
    2627WDP+WSP+Corpo 
    2728 | 
    28 SMS_HEADER+WDP+WSP+Corpo 
     29SMS_HEADER+WDP+WSP+Corpo[[BR]] 
    2930 
    3031 
    3132 
    32 === SMS_HEADER- O gateway SMS deve anexar esse cabeçalho à mensagem === 
     33=== SMS_HEADER- O gateway SMS deve anexar esse cabeçalho à mensagem: === 
    3334 
    343500 =Length of SMSC - 00 means Use the SMSC stored in phone.[[BR]] 
     
    4748 
    4849 
    49 === Udh(WDP-Wireless Datagram Protocol) === 
     50=== Udh(WDP-Wireless Datagram Protocol): === 
    5051 
    515206         =Length[[BR]] 
     
    5556C002       =Origination port[[BR]] 
    5657 
    57 ***************************************************** 
    58 ****Message Header(WSP-Wireless Session Protocol)**** 
    59 ***************************************************** 
    60 01         =Push ID 
    61 06         =PDU type(Push) 
    62 03         =Headers length (content type + headers) 
    63 CE         =Content type code is the constant CONTENT_TYPE_CODE_NOTIFICATION 
    64 AF         =X-WAP-Application-ID 
    65 85         =Id for urn: x-wap-application:push.syncml 
    6658 
    67 ******************** 
    68 ****Message body**** 
    69 ******************** 
    70 70F45FF17B5ABD16CE29FA27D2F870C2 =MD5 Digest 
    71 031        =Binary 000000110001, bits 0000001100 means "version 1.2", bits 01 means "Uimode background" 
    72 8          =Binary 1000, bit 1 means "server initiator", bits 000 means "future use" 
    73 000000     =Future use 
    74 0000       =Session ID 
    75 08         =Server identifier length 
    76 66756E616D626F6C=The server identifier string "funambol" 
    77 1          =Num syncs 
    78 0          =Future use 
    79 6          =Sync type means "two-way" 
    80 0          =Future use 
    81 000306     =Content-type - application/vnd.omads-email+xml - OMA Data Sync Email Data Obj(XML) 
    82 04         =Server uri length 
    83 6D61696C   =The server uri string "mail" 
     59 
     60=== Message Header(WSP-Wireless Session Protocol): === 
     61 
     6201         =Push ID[[BR]] 
     6306         =PDU type(Push)[[BR]] 
     6403         =Headers length (content type + headers)[[BR]] 
     65CE         =Content type code is the constant CONTENT_TYPE_CODE_NOTIFICATION[[BR]] 
     66AF         =X-WAP-Application-ID[[BR]] 
     6785         =Id for urn: x-wap-application:push.syncml[[BR]] 
     68 
     69 
     70 
     71=== Corpo da Mensagem: === 
     72 
     7370F45FF17B5ABD16CE29FA27D2F870C2 =MD5 Digest[[BR]] 
     74031        =Binary 000000110001, bits 0000001100 means "version 1.2", bits 01 means "Uimode background"[[BR]] 
     758          =Binary 1000, bit 1 means "server initiator", bits 000 means "future use"[[BR]] 
     76000000     =Future use[[BR]] 
     770000       =Session ID[[BR]] 
     7808         =Server identifier length[[BR]] 
     7966756E616D626F6C=The server identifier string "funambol"[[BR]] 
     801          =Num syncs[[BR]] 
     810          =Future use[[BR]] 
     826          =Sync type means "two-way"[[BR]] 
     830          =Future use[[BR]] 
     84000306     =Content-type - application/vnd.omads-email+xml - OMA Data Sync Email Data Obj(XML)[[BR]] 
     8504         =Server uri length[[BR]] 
     866D61696C   =The server uri string "mail"[[BR]] 
     87 
    8488---- 
    8589== Instalação: ==