summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-02-21 18:54:06 -0800
committerBrion Vibber <brion@pobox.com>2010-02-21 18:54:06 -0800
commitd3996996e483bc8ee1b4c9a38bc3ad17baabb8c0 (patch)
tree90cbe4986bc5624575fdce011623f0c85c0f1275 /lib
parent78ca45c7a05dea911c58097a8c57be470dafee01 (diff)
parent273c0e036347891570a02502715345f5bbb7b143 (diff)
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'lib')
-rw-r--r--lib/atomnoticefeed.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/atomnoticefeed.php b/lib/atomnoticefeed.php
index 7653f9154..d2bf2a416 100644
--- a/lib/atomnoticefeed.php
+++ b/lib/atomnoticefeed.php
@@ -64,6 +64,11 @@ class AtomNoticeFeed extends Atom10Feed
'http://activitystrea.ms/spec/1.0/'
);
+ $this->addNamespace(
+ 'poco',
+ 'http://portablecontacts.net/spec/1.0'
+ );
+
// XXX: What should the uri be?
$this->addNamespace(
'ostatus',