- Donal - this needs review. I don't think we can assume the remote
end has the same service/method mappings we do. This will preclude
us from using stuff we don't have installed the "server" code for
but perhaps we do have the client code for.
if (!empty($CFG->mnet_all_hosts_id)) {
$id_list .= ', '.$CFG->mnet_all_hosts_id;
}
+
+ /*** TODO: Review MartinL notes - This is bogus AFAICT,
+ *** because we cannot be certain that the remote
+ *** host has the same plugins or modules we do
// Find methods that we subscribe to on this host
$sql = "
SELECT
// TODO: Handle attempt to call not-permitted method
return false;
}
+ *** END_OF_TODO */
}
$this->requesttext = xmlrpc_encode_request($this->method, $this->params);