On Wed, Jan 03, 2018 at 11:37:37 +0100, Patrick Ohly wrote:
What about the GetPresence method call and the Presence signal?
The log should show something like this:
method call time=1514975407.648536 sender=:1.2726 ->
destination=:1.2717 serial=31 path=/org/syncevolution/Server;
interface=org.syncevolution.Server; member=CheckPresence
string "google-private@personal"
...
method return time=1514975407.684826 sender=:1.2717 ->
destination=:1.2726 serial=161 reply_serial=31
string ""
array [
string "local://@google-private"
]
If the array is empty, then the service is considered unreachable.
For SyncML, syncevo-dbus-server monitors network status via ConnMan or
NetworkManager. Perhaps that isn't working anymore. See
src/dbus/server/connman-client.cpp and src/dbus/server/network-manager-
client.cpp.
Hi,
I get this reply:
method return time=1514986103.979814 sender=:1.453 -> destination=:1.482 serial=153
reply_serial=21
string "no transport"
array [
]
I guess this is caused by the fact that I don't use network manager for
my network setup.
Regards,
Tino