diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index e66cb4687c..d5e9d8f8c6 100644 --- a/src/Protocol/PortableContact.php +++ b/src/Protocol/PortableContact.php @@ -1387,6 +1387,11 @@ class PortableContact return !$failure; } + /** + * @brief Fetch relay data from a given server url + * + * @param string $server_url address of the server + */ private static function discoverRelay($server_url) { logger("Discover relay data for server " . $server_url, LOGGER_DEBUG);