The Wocky port removed keep-alive support. We should re-implement it.
Here's a branch by Senko!
Much as I hate to nit-pick such a tiny branch... + if (priv->pinger != NULL) + g_object_set (priv->pinger, "ping-interval", + priv->keepalive_interval, NULL); ...the g_object_set is indented too far, and... + priv->pinger = wocky_ping_new (priv->porter, + priv->keepalive_interval); ...this doesn't really need to be wrapped! I am happy that the branch can be this small :)
(In reply to comment #2) > ...the g_object_set is indented too far, and... > ...this doesn't really need to be wrapped! Both fixed. Branch merged to master, thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.