ToDo Server Module Documentation Author: Maksim Noy Snapshot --------- Since there is nothing to bound the snapshot, server will send back all the ToDo items for the user when an update is called for. Updates -------- * Addition: server expects a sequence of and tags, one of each for every new record. Sends back updates with IDs * Modification: server expects a sequence of , , , tags (all are required but in any order). Sends back nothing. * Deletion: server expects a sequence of tags. Sends back nothing. Examples of complete and valid messages to the server: ------------------------------------------------------- * Snapshot: * Addition: add1Finish Project * Modification: modify905Finish Project * Deletion: delete9 DTD ---- ]> ]>