diff --git a/Home.md b/Home.md index 8273ec2..395c4b1 100644 --- a/Home.md +++ b/Home.md @@ -21,5 +21,7 @@ When an account was created, going back to **Settings** and select **ownCloud-SM # App mechanics The application uses two mechanics to push your messages to your ownCloud instance + 1. Periodic sync: it's a differential sync performed between your device and your ownCloud instance. Device ask the server for its SMS stored list and send the missing messages to server. This sync is **periodic** (default: 3 hours). + 2. Push on send/received: When your first received a message after a phone start or an account configuration, the phone start a push on send/received message. Each time your send or received a message, the phone push the message to the server, if data was available.