Commit de78a050 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #390 in ZP/z-push from...

Merge pull request #390 in ZP/z-push from bugfix/ZP-1017-update-references-to-mobile-compatibility to develop

* commit '8d2c2cfe':
  ZP-1017 Replace z-push.sf.net url with z-push.org.
parents 85b7b810 8d2c2cfe
...@@ -25,7 +25,7 @@ The specification suggests several ways for client to contact the responsible ...@@ -25,7 +25,7 @@ The specification suggests several ways for client to contact the responsible
server to receive additional information. Tests have shown, that basically all server to receive additional information. Tests have shown, that basically all
mobile phones tested support only the most basic ways. These are sufficient for mobile phones tested support only the most basic ways. These are sufficient for
almost all types of scenarios and are the ones implemented by Z-Push AutoDiscover. almost all types of scenarios and are the ones implemented by Z-Push AutoDiscover.
Please refer to the Mobile Compatibility List (http://z-push.sf.net/compatibility) Please refer to the Mobile Compatibility List (http://z-push.org/compatibility)
for an overview of supported and tested devices. for an overview of supported and tested devices.
The used email address is the key for the process. The client splits it up into The used email address is the key for the process. The client splits it up into
the local and domain part (before and after the @-sign). The client then tries the local and domain part (before and after the @-sign). The client then tries
......
...@@ -62,7 +62,7 @@ class Webservice { ...@@ -62,7 +62,7 @@ class Webservice {
ZLog::Write(LOGLEVEL_INFO, sprintf("Webservice::HandleWebservice('%s'): user '%s' executing action for user '%s'", $commandCode, Request::GetAuthUser(), Request::GetGETUser())); ZLog::Write(LOGLEVEL_INFO, sprintf("Webservice::HandleWebservice('%s'): user '%s' executing action for user '%s'", $commandCode, Request::GetAuthUser(), Request::GetGETUser()));
// initialize non-wsdl soap server // initialize non-wsdl soap server
$this->server = new SoapServer(null, array('uri' => "http://z-push.sf.net/webservice")); $this->server = new SoapServer(null, array('uri' => "http://z-push.org/webservice"));
// the webservice command is handled by its class // the webservice command is handled by its class
if ($commandCode == ZPush::COMMAND_WEBSERVICE_DEVICE) { if ($commandCode == ZPush::COMMAND_WEBSERVICE_DEVICE) {
......
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