From 05d3eb59ecdaf757dd2822a65a13b72311307a72 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 26 Feb 2011 01:53:18 -0800 Subject: status.net mentions to non-followers require the numeric profile URL, not the nickname profile URL. Though it works when they are a follower. --- include/salmon.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/salmon.php') 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('',$namespaces,$slap); -- cgit v1.2.3