Changes between Version 12 and Version 13 of BluePrint/Mobile/P2PSync
- Timestamp:
- 05/30/17 15:19:04 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Mobile/P2PSync
v12 v13 29 29 30 30 ===== 1.4. Peer authentication ===== 31 When the user has chosen a device to peer with, the P2P sync component '''must''' allow the user to authenticate the peer before g ranting the peer access to any data. The P2P sync component '''may''' allow the user to continue without authenticating the peer.31 When the user has chosen a device to peer with, the P2P sync component '''must''' allow the user to authenticate the peer before giving the peer access to any data. The P2P sync component '''may''' allow the user to continue without authenticating the peer. 32 32 33 33 ===== 1.5. Peer persistence ===== … … 42 42 43 43 ===== 3.1. Data selection ===== 44 The P2P sync component '''may''' allow the user to choose which data to synchronize , either with peers in general or with each specific peer. When data is received from a peer, the P2P sync component '''may''' automatically choose it for synchronization with other peers.44 The P2P sync component '''may''' allow the user to choose which data to synchronize. When data is received from a peer, the P2P sync component '''may''' automatically choose it for synchronization with other peers. 45 45 46 46 ===== 3.2. Data deletion ===== … … 81 81 82 82 === Interoperability === 83 For a given deployment, the same version of the !EdenMobile app will be used forall mobile devices, which should minimize interoperability issues. The protocols used between peers, and between mobile devices and the destination server, should use version negotiation so that any interoperability issues are detected as early as possible. Interoperability with other applications is not required.83 For a given deployment, the same version of the !EdenMobile app will be installed on all mobile devices, which should minimize interoperability issues. The protocols used between peers, and between mobile devices and the destination server, should use version negotiation so that any interoperability issues are detected as early as possible. Interoperability with other applications is not required. 84 84 85 85 === Standards ===