From 44335d1b5dbdf19885cd625c7d8be3f27ebd851c Mon Sep 17 00:00:00 2001 From: nerzhul Date: Fri, 10 Oct 2014 02:49:08 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 ++ 1 file changed, 2 insertions(+) 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.