diff --git a/plugins/OStatus/lib/magicenvelope.php b/plugins/OStatus/lib/magicenvelope.php index 579659fa51..27ff0de5bf 100644 --- a/plugins/OStatus/lib/magicenvelope.php +++ b/plugins/OStatus/lib/magicenvelope.php @@ -107,6 +107,7 @@ class MagicEnvelope * you'll only get the public key ;) * * The string will (hopefully) be formatted as described in Magicsig specification: + * https://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-magicsig-01.html * * @return string formatted as Magicsig keypair */ diff --git a/plugins/OStatus/tests/MagicEnvelopeTest.php b/plugins/OStatus/tests/MagicEnvelopeTest.php index a64a1cfbfb..fd5ad54129 100644 --- a/plugins/OStatus/tests/MagicEnvelopeTest.php +++ b/plugins/OStatus/tests/MagicEnvelopeTest.php @@ -27,6 +27,7 @@ class MagicEnvelopeTest extends PHPUnit_Framework_TestCase static public function provider() { // Sample case given in spec: + // http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-magicsig-00.html#signing $magic_env = new MagicEnvelope(); $magic_env->data = 'Tm90IHJlYWxseSBBdG9t'; $magic_env->data_type = 'application/atom+xml'; diff --git a/socialfy-another-domain/dot-well-known/webfinger/example@example.com.xml b/socialfy-another-domain/dot-well-known/webfinger/example@example.com.xml index 76d02a98ed..3e8c9de678 100644 --- a/socialfy-another-domain/dot-well-known/webfinger/example@example.com.xml +++ b/socialfy-another-domain/dot-well-known/webfinger/example@example.com.xml @@ -7,6 +7,10 @@ type="text/html" href="https://social.example.com/user/1"/> + +