1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Updated Home (markdown)

nerzhul 2014-10-10 02:49:08 -07:00
parent 9676b6fd71
commit 44335d1b5d

@ -21,5 +21,7 @@ When an account was created, going back to **Settings** and select **ownCloud-SM
# App mechanics # App mechanics
The application uses two mechanics to push your messages to your ownCloud instance 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). 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. 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.