diff options
author | Zach Copley <zach@status.net> | 2010-02-21 14:43:28 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-21 14:43:28 -0800 |
commit | 10281d59f4bf8298ff65792d1a7826913d96fafa (patch) | |
tree | 6e8b7f682497846cd8dd021730938cd3397e256b | |
parent | 37179a91d5e176a743453cf27de606553bd62f36 (diff) |
Add PoCo namespace to notice feeds
-rw-r--r-- | lib/atomnoticefeed.php | 5 |
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', |