modularise webfinger and make it service agnostic

This commit is contained in:
Mike Macgirvin 2010-10-12 16:50:12 -07:00
parent a340f70c51
commit 744edcf2ab
2 changed files with 78 additions and 46 deletions

View file

@ -181,7 +181,7 @@ function dfrn_request_post(&$a) {
// Canonicalise email-style profile locator
$url = webfinger($url);
$url = webfinger_dfrn($url);
if(! strlen($url)) {
notice( t("Unable to resolve your name at the provided location.") . EOL);