summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-02-21 14:43:28 -0800
committerZach Copley <zach@status.net>2010-02-21 14:43:28 -0800
commit10281d59f4bf8298ff65792d1a7826913d96fafa (patch)
tree6e8b7f682497846cd8dd021730938cd3397e256b /lib
parent37179a91d5e176a743453cf27de606553bd62f36 (diff)
Add PoCo namespace to notice feeds
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',