X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fsalmon.php;h=b5c21a87b5641f8636fca2f24d5d6c6ad0aa9ad0;hb=9e19eef1941fff3e2a8785e5daa6d978e9de4900;hp=8a56882adb6f16ef6671b8b431cb38428e482c91;hpb=5c98032893d945644c6da6bdf99484c0c8cb7e45;p=friendica.git diff --git a/include/salmon.php b/include/salmon.php index 8a56882adb..b5c21a87b5 100644 --- a/include/salmon.php +++ b/include/salmon.php @@ -128,7 +128,8 @@ $namespaces = <<< EOT xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" xmlns:as="http://activitystrea.ms/spec/1.0/" xmlns:georss="http://www.georss.org/georss" - xmlns:poco="http://portablecontacts.net/spec/1.0" > + xmlns:poco="http://portablecontacts.net/spec/1.0" + xmlns:ostatus="http://ostatus.org/schema/1.0" > EOT; $slap = str_replace('',$namespaces,$slap);