]> git.mxchange.org Git - friendica.git/blobdiff - include/salmon.php
"firewall" setting - block all public pages from the public if configured to do so
[friendica.git] / include / salmon.php
index 8a56882adb6f16ef6671b8b431cb38428e482c91..b5c21a87b5641f8636fca2f24d5d6c6ad0aa9ad0 100644 (file)
@@ -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('<entry>',$namespaces,$slap);