diff options
author | Friendika <info@friendika.com> | 2011-06-20 19:08:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-20 19:08:40 -0700 |
commit | 55112cfdd0dc63c8ad7f719aea5b46db37fcf081 (patch) | |
tree | bdd28ad235fdc20dc2b711c77d14c2f53f0a3868 /include/salmon.php | |
parent | db336929cd1211e6704914c77dc332d7555decff (diff) | |
download | volse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.tar.gz volse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.tar.bz2 volse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.zip |
item source
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 d7060b0f7..74da98c93 100644 --- a/include/salmon.php +++ b/include/salmon.php @@ -129,7 +129,8 @@ $namespaces = <<< EOT xmlns:as="http://activitystrea.ms/spec/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:poco="http://portablecontacts.net/spec/1.0" - xmlns:ostatus="http://ostatus.org/schema/1.0" > + xmlns:ostatus="http://ostatus.org/schema/1.0" + xmlns:statusnet="http://status.net/schema/api/1/" > > EOT; $slap = str_replace('<entry>',$namespaces,$slap); |