Add PoCo namespace to notice feeds

This commit is contained in:
Zach Copley 2010-02-21 14:43:28 -08:00
parent 37179a91d5
commit 10281d59f4
1 changed files with 5 additions and 0 deletions

View File

@ -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',