Changes between Version 15 and Version 16 of JSON_messaging


Ignore:
Timestamp:
Feb 13, 2007 11:11:07 AM (6 years ago)
Author:
till
Comment:

changes to delete request

Legend:

Unmodified
Added
Removed
Modified
  • JSON_messaging

    v15 v16  
    150150        requests : 
    151151        [ 
    152                 { 
    153                         component : 'formauth', 
    154                         action : 'authenticate', 
    155                         token : '3423lkjjhdfSDfj234rlkjkfs' 
    156                 }, 
    157                 { 
    158                         component : 'webmail', 
    159                         action : 'deleteMessage', 
    160                         messageId : '14312', 
    161                         mailbox : 'INBOX' 
    162                 } 
    163                 { 
    164                         component : 'webmail', 
    165                         action : 'deleteMessage', 
    166                         messageId : '15432', 
    167                         mailbox : 'INBOX' 
    168                 } 
     152                actions : 
     153                [ 
     154                        { 
     155                                component : 'formauth', 
     156                                action : 'authenticate', 
     157                                token : '3423lkjjhdfSDfj234rlkjkfs' 
     158                        }, 
     159                        { 
     160                                component : 'webmail', 
     161                                action : 'deleteMessage', 
     162                                messageId : '14312', 
     163                                mailbox : 'INBOX' 
     164                        }, 
     165                        { 
     166                                component : 'webmail', 
     167                                action : 'deleteMessage', 
     168                                messageId : '15432', 
     169                                mailbox : 'INBOX' 
     170                        } 
     171                ] 
    169172        ] 
    170173}