diff options
Diffstat (limited to 'include/salmon.php')
-rw-r--r-- | include/salmon.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/salmon.php b/include/salmon.php index 8a56882ad..b5c21a87b 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('<entry>',$namespaces,$slap); |