X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=spec%2Fdfrn2_contact_request.svg;h=cc78be55c8fa34e93c8f0a130f981fc7c8b77d74;hb=e7d2d27938ceaa40f7cd77cf3a28d66bf20d0291;hp=d81323457e59ecc3cf44bddacc564270dfb5cb1f;hpb=b067a1114679ebc3dc6132759c511c3ac8b73e49;p=friendica.git diff --git a/spec/dfrn2_contact_request.svg b/spec/dfrn2_contact_request.svg index d81323457e..cc78be55c8 100644 --- a/spec/dfrn2_contact_request.svg +++ b/spec/dfrn2_contact_request.svg @@ -31,7 +31,7 @@ text { font:12px Dialog; } ---------------------------------------------- - Cleanup old introductions that remain blocked + Cleanup any old email intros - which will have a greater lifetime -- probe_url Bobs posted dfrn_url and get the network with +- Probe::uri Bobs posted dfrn_url and get the network with webfinger_dfrn - try to select all contact data of Bob (contact table) by the url ($_POST['dfrn_url] and profile uid ($a->profile['uid']) @@ -93,9 +93,9 @@ text { font:12px Dialog; } - create a contact for Karen in the contact table with the scraped data with blocked = 1 and pending = 1 (Karens pubkey becomes the contact site-pubkey) -- fetch_url($dfrn_request . '?confirm_key=' . +- Network::fetchUrl($dfrn_request . '?confirm_key=' . $confirm_key); -- fetch_url(http://karenhomepage.com/dfrn_request? +- Network::fetchUrl(http://karenhomepage.com/dfrn_request? confirm_key=”ABC123”)