Commit a07c90fc authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #12 in ZO/z-push from...

Merge pull request #12 in ZO/z-push from bugfix/ZO-39-z-push-add-capabilities-header-on-settings to develop

* commit '09e34da9':
  ZO-39 Added 'ooftime' capability.
parents ea7f1b71 09e34da9
...@@ -59,7 +59,7 @@ class Settings extends RequestProcessor { ...@@ -59,7 +59,7 @@ class Settings extends RequestProcessor {
if(self::$deviceManager->IsOutlookClient()) { if(self::$deviceManager->IsOutlookClient()) {
self::$specialHeaders = array(); self::$specialHeaders = array();
// TODO these values need to be configurable, ZO-41 // TODO these values need to be configurable, ZO-41
self::$specialHeaders[] = "X-Push-Capabilities: gab,receiveflags,sendflags,oof,recover,notes"; // TODO add "ooftime" when time support is available self::$specialHeaders[] = "X-Push-Capabilities: gab,receiveflags,sendflags,ooftime,recover,notes"; // "oof" removed as "ooftime" superseeds it
self::$specialHeaders[] = "X-Push-GAB-Name: Z-Push-OL-GAB-Acacia"; self::$specialHeaders[] = "X-Push-GAB-Name: Z-Push-OL-GAB-Acacia";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment